Skip to content

Commit

Permalink
Fixed construction graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArturZh committed Aug 15, 2023
1 parent 1bd8376 commit f58adff
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
start: start
graph:
- node: start
actions:
- !type:DestroyEntity {}
edges:
- to: BenchLeft
completed:
Expand Down Expand Up @@ -39,7 +41,6 @@
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 1
- !type:DeleteEntity {}
steps:
- tool: Anchoring
doAfter: 1
Expand All @@ -51,7 +52,6 @@
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 1
- !type:DeleteEntity {}
steps:
- tool: Anchoring
doAfter: 1
Expand All @@ -63,7 +63,6 @@
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 1
- !type:DeleteEntity {}
steps:
- tool: Anchoring
doAfter: 1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
start: start
graph:
- node: start
actions:
- !type:DeleteEntity {}
edges:
- to: BlindsSolo
completed:
Expand Down Expand Up @@ -47,7 +49,6 @@
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 2
- !type:DeleteEntity {}
steps:
- tool: Anchoring
doAfter: 1
Expand All @@ -59,7 +60,6 @@
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 2
- !type:DeleteEntity {}
steps:
- tool: Anchoring
doAfter: 1
Expand All @@ -71,7 +71,6 @@
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 2
- !type:DeleteEntity {}
steps:
- tool: Anchoring
doAfter: 1
Expand All @@ -83,7 +82,6 @@
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 2
- !type:DeleteEntity {}
steps:
- tool: Anchoring
doAfter: 1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
start: start
graph:
- node: start
actions:
- !type:DestroyEntity {}
edges:
- to: DinnerSofaLeft
completed:
Expand Down Expand Up @@ -39,7 +41,6 @@
- !type:SpawnPrototype
prototype: MaterialWoodPlank1
amount: 3
- !type:DeleteEntity {}
steps:
- tool: Anchoring
doAfter: 1
Expand All @@ -51,7 +52,6 @@
- !type:SpawnPrototype
prototype: MaterialWoodPlank1
amount: 3
- !type:DeleteEntity {}
steps:
- tool: Anchoring
doAfter: 1
Expand All @@ -63,7 +63,6 @@
- !type:SpawnPrototype
prototype: MaterialWoodPlank1
amount: 3
- !type:DeleteEntity {}
steps:
- tool: Anchoring
doAfter: 1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
start: start
graph:
- node: start
actions:
- !type:DestroyEntity {}
edges:
- to: PewLeft
completed:
Expand Down Expand Up @@ -39,7 +41,6 @@
- !type:SpawnPrototype
prototype: MaterialWoodPlank1
amount: 2
- !type:DeleteEntity {}
steps:
- tool: Anchoring
doAfter: 1
Expand All @@ -51,7 +52,6 @@
- !type:SpawnPrototype
prototype: MaterialWoodPlank1
amount: 2
- !type:DeleteEntity {}
steps:
- tool: Anchoring
doAfter: 1
Expand All @@ -63,7 +63,6 @@
- !type:SpawnPrototype
prototype: MaterialWoodPlank1
amount: 2
- !type:DeleteEntity {}
steps:
- tool: Anchoring
doAfter: 1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
start: start
graph:
- node: start
actions:
- !type:DestroyEntity {}
edges:
- to: SofaLeft
completed:
Expand Down Expand Up @@ -47,7 +49,6 @@
- !type:SpawnPrototype
prototype: MaterialWoodPlank1
amount: 3
- !type:DeleteEntity {}
steps:
- tool: Anchoring
doAfter: 1
Expand All @@ -59,7 +60,6 @@
- !type:SpawnPrototype
prototype: MaterialWoodPlank1
amount: 3
- !type:DeleteEntity {}
steps:
- tool: Anchoring
doAfter: 1
Expand All @@ -71,7 +71,6 @@
- !type:SpawnPrototype
prototype: MaterialWoodPlank1
amount: 3
- !type:DeleteEntity {}
steps:
- tool: Anchoring
doAfter: 1
Expand All @@ -83,7 +82,6 @@
- !type:SpawnPrototype
prototype: MaterialWoodPlank1
amount: 3
- !type:DeleteEntity {}
steps:
- tool: Anchoring
doAfter: 1

0 comments on commit f58adff

Please sign in to comment.