From cd5d18f0cd3b40c1b5fd67cf874c1019b28d4b2a Mon Sep 17 00:00:00 2001 From: Errant <35878406+dmnct@users.noreply.github.com> Date: Wed, 21 Dec 2022 14:50:11 +0000 Subject: [PATCH] Glass airlock construction prototype (#13089) Fixes https://github.com/space-wizards/space-station-14/issues/7773 --- .../Recipes/Construction/structures.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Resources/Prototypes/Recipes/Construction/structures.yml b/Resources/Prototypes/Recipes/Construction/structures.yml index c9b71daa07..d8b0ccbd25 100644 --- a/Resources/Prototypes/Recipes/Construction/structures.yml +++ b/Resources/Prototypes/Recipes/Construction/structures.yml @@ -519,6 +519,23 @@ conditions: - !type:TileNotBlocked +- type: construction + name: glass airlock + id: AirlockGlass + graph: Airlock + startNode: start + targetNode: glassAirlock + category: construction-category-structures + description: It opens, it closes, and maybe crushes you. + icon: + sprite: Structures/Doors/Airlocks/Glass/glass.rsi + state: assembly + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + conditions: + - !type:TileNotBlocked + - type: construction name: shuttle airlock id: AirlockShuttle