Improves AirtightComponent.
- Atmos now nulls air in fully airblocked tiles ONLY if one of the airtight entities in it has NoAirWhenFullyAirBlocked to true. - Fixes edge firelocks atmos airtight direction - Fixes atmos debug overlay not accounting for angle 0 being south.
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
openTimeTwo: 0.6
|
||||
startOpen: true
|
||||
bumpOpen: false
|
||||
inhibitCrush: false
|
||||
- type: Firelock
|
||||
- type: Appearance
|
||||
visuals:
|
||||
@@ -88,6 +89,7 @@
|
||||
components:
|
||||
- type: Door
|
||||
occludes: false
|
||||
inhibitCrush: false
|
||||
- type: Occluder
|
||||
enabled: false
|
||||
- type: Sprite
|
||||
@@ -100,13 +102,14 @@
|
||||
components:
|
||||
- type: Door
|
||||
occludes: false
|
||||
inhibitCrush: true
|
||||
inhibitCrush: false
|
||||
- type: Sprite
|
||||
sprite: Constructible/Structures/Doors/edge_door_hazard.rsi
|
||||
- type: Airtight
|
||||
fixVacuum: true
|
||||
noAirWhenFullyAirBlocked: false
|
||||
airBlockedDirection:
|
||||
- East
|
||||
- South
|
||||
- type: Physics
|
||||
fixtures:
|
||||
- shape:
|
||||
|
||||
Reference in New Issue
Block a user