Fix windoor secure graph (#23274)

* 1

* try fix

* real fix
This commit is contained in:
lzk
2024-01-01 22:27:28 +01:00
committed by GitHub
parent 96b4eb0f4a
commit 07a5eaf258
2 changed files with 3 additions and 3 deletions

View File

@@ -190,3 +190,5 @@
- type: Construction - type: Construction
graph: Windoor graph: Windoor
node: windoorSecure node: windoorSecure
- type: StaticPrice
price: 200

View File

@@ -205,14 +205,12 @@
- node: windoorSecure - node: windoorSecure
entity: WindoorSecure entity: WindoorSecure
edges: edges:
- to: wired - to: wiredSecure
conditions: conditions:
- !type:EntityAnchored {} - !type:EntityAnchored {}
- !type:DoorBolted - !type:DoorBolted
value: false value: false
- !type:WirePanel {} - !type:WirePanel {}
- !type:ContainerNotEmpty # TODO ShadowCommander: Remove when map gets updated
container: board
- !type:AllWiresCut - !type:AllWiresCut
completed: completed:
- !type:EmptyAllContainers - !type:EmptyAllContainers