Quellcode durchsuchen

Fixes door atmos (#118)

* fixes door atmos
Taislin vor 7 Monaten
Ursprung
Commit
692606a390

+ 4 - 0
Resources/Prototypes/Civ14/Entities/Structures/Walls/doors.yml

@@ -11,6 +11,8 @@
           map: ["enum.DoorVisualLayers.Base"]
     - type: Door
       changeAirtight: false
+    - type: Airtight
+      airBlocked: false
     - type: Construction
       agemin: 0
       agemax: 8
@@ -30,6 +32,8 @@
           map: ["enum.DoorVisualLayers.Base"]
     - type: Door
       changeAirtight: false
+    - type: Airtight
+      airBlocked: false
     - type: Construction
       agemin: 0
       agemax: 8

+ 1 - 1
Resources/Prototypes/Civ14/Entities/Structures/Walls/fences.yml

@@ -70,7 +70,7 @@
       changeAirtight: false
       bumpOpen: true
       clickOpen: true
-      canCrush: false
+      canCrush: true
       closeTimeOne: 0
       closeTimeTwo: 0
       openTimeOne: 0