From: lzk <124214523+lzk228@users.noreply.github.com> Date: Mon, 1 Jan 2024 21:27:28 +0000 (+0100) Subject: Fix windoor secure graph (#23274) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=07a5eaf258555cce840581c9a69899e1c97416a8;p=space-station-14.git Fix windoor secure graph (#23274) * 1 * try fix * real fix --- 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