From: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> Date: Thu, 4 Sep 2025 01:08:53 +0000 (-0700) Subject: Give inflatable walls the DeltaPressure component (#40098) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=723a0030ba7e15859d5ed3f06252d2eda3b87e7a;p=space-station-14.git Give inflatable walls the DeltaPressure component (#40098) give inflatable walls the deltapressure component --- 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