From 723a0030ba7e15859d5ed3f06252d2eda3b87e7a Mon Sep 17 00:00:00 2001 From: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> Date: Wed, 3 Sep 2025 18:08:53 -0700 Subject: [PATCH] Give inflatable walls the DeltaPressure component (#40098) give inflatable walls the deltapressure component --- .../Entities/Objects/Misc/inflatable_wall.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Misc/inflatable_wall.yml b/Resources/Prototypes/Entities/Objects/Misc/inflatable_wall.yml index 577ab1dddd..176c7f79ff 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/inflatable_wall.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/inflatable_wall.yml @@ -35,6 +35,11 @@ disassembleTime: 3 - type: InflatableSafeDisassembly - type: Airtight + - type: DeltaPressure + minPressure: 1000 + minPressureDelta: 750 + scalingType: Linear + scalingPower: 0.0005 - type: Transform anchored: true placement: @@ -85,3 +90,8 @@ - type: InflatableSafeDisassembly - type: Occluder enabled: false + - type: DeltaPressure + minPressure: 1000 + minPressureDelta: 750 + scalingType: Linear + scalingPower: 0.0005 -- 2.51.2