From 07a5eaf258555cce840581c9a69899e1c97416a8 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:27:28 +0100 Subject: [PATCH] Fix windoor secure graph (#23274) * 1 * try fix * real fix --- .../Structures/Doors/Windoors/base_structurewindoors.yml | 2 ++ .../Recipes/Construction/Graphs/structures/windoor.yml | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml b/Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml index 56ff55d42a..60d03e0091 100644 --- a/Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml +++ b/Resources/Prototypes/Entities/Structures/Doors/Windoors/base_structurewindoors.yml @@ -190,3 +190,5 @@ - type: Construction graph: Windoor node: windoorSecure + - type: StaticPrice + price: 200 diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/structures/windoor.yml b/Resources/Prototypes/Recipes/Construction/Graphs/structures/windoor.yml index 9e19196c6c..f87e515bd4 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/structures/windoor.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/structures/windoor.yml @@ -205,14 +205,12 @@ - node: windoorSecure entity: WindoorSecure edges: - - to: wired + - to: wiredSecure conditions: - !type:EntityAnchored {} - !type:DoorBolted value: false - !type:WirePanel {} - - !type:ContainerNotEmpty # TODO ShadowCommander: Remove when map gets updated - container: board - !type:AllWiresCut completed: - !type:EmptyAllContainers -- 2.51.2