Removes LowWall. (#6063)

This commit is contained in:
Lamrr
2022-01-11 18:03:27 +11:00
committed by GitHub
parent db8c6e4bc8
commit 951bdabcd0
22 changed files with 0 additions and 334 deletions

View File

@@ -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