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