From e263eaaf6454c35d25f29a4b31e929cf15386db5 Mon Sep 17 00:00:00 2001 From: Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com> Date: Sat, 14 May 2022 06:05:04 +0200 Subject: [PATCH] Airlocks now trap air in their tile. (#8136) --- .../Structures/Doors/Airlocks/base_structureairlocks.yml | 1 + .../Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml index 09b611b23e..caad086b62 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Airlocks/base_structureairlocks.yml @@ -69,6 +69,7 @@ type: WiresBoundUserInterface - type: Airtight fixVacuum: true + noAirWhenFullyAirBlocked: false - type: Occluder - type: Damageable damageContainer: Inorganic diff --git a/Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml b/Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml index 2ff2ed1616..6cdcb7a157 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Firelocks/firelock.yml @@ -88,6 +88,7 @@ type: WiresBoundUserInterface - type: Airtight fixVacuum: true + noAirWhenFullyAirBlocked: true - type: Occluder - type: Construction graph: Firelock