Removes LowWall. (#6063)
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
- type: constructionGraph
|
||||
id: lowWall
|
||||
start: start
|
||||
graph:
|
||||
- node: start
|
||||
actions:
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetSteel1
|
||||
amount: 3
|
||||
- !type:DeleteEntity { }
|
||||
edges:
|
||||
- to: lowWall
|
||||
conditions:
|
||||
- !type:ComponentInTile
|
||||
value: false
|
||||
component: Window
|
||||
steps:
|
||||
- material: Steel
|
||||
amount: 3
|
||||
doAfter: 5
|
||||
|
||||
- node: lowWall
|
||||
entity: LowWall
|
||||
edges:
|
||||
- to: start
|
||||
conditions:
|
||||
# We fail the condition if there are any windows on the tile.
|
||||
- !type:ComponentInTile
|
||||
hasEntity: false
|
||||
component: Window
|
||||
steps:
|
||||
- tool: Welding
|
||||
doAfter: 5
|
||||
Reference in New Issue
Block a user