]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Give inflatable walls the DeltaPressure component (#40098)
authorArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
Thu, 4 Sep 2025 01:08:53 +0000 (18:08 -0700)
committerGitHub <noreply@github.com>
Thu, 4 Sep 2025 01:08:53 +0000 (18:08 -0700)
give inflatable walls the deltapressure component

Resources/Prototypes/Entities/Objects/Misc/inflatable_wall.yml

index 577ab1dddde2d8c495b61666122feddf4b4877d5..176c7f79ff666ba372fbc569ad480ed5383d978a 100644 (file)
     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