From b7ff79c1fb50da05114c0e951bc55198ae4f937e Mon Sep 17 00:00:00 2001 From: Errant <35878406+dmnct@users.noreply.github.com> Date: Wed, 5 Jul 2023 00:31:35 +0000 Subject: [PATCH] Fixes airlock construction graph issues (#17812) --- .../Construction/Graphs/structures/airlock.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/airlock.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/airlock.yml index 6911d3132f..2faa18563a 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/airlock.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/airlock.yml @@ -77,6 +77,15 @@ - material: ReinforcedGlass amount: 1 doAfter: 2 + - to: wired + conditions: + - !type:EntityAnchored {} + completed: + - !type:EmptyAllContainers {} + steps: + - tool: Prying + doAfter: 5 + - node: airlock entity: Airlock @@ -112,6 +121,9 @@ - !type:EntityAnchored {} completed: - !type:EmptyAllContainers {} + - !type:SpawnPrototype + prototype: SheetRGlass1 + amount: 1 steps: - tool: Prying doAfter: 5