Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirillcas committed Feb 21, 2024
1 parent 765a722 commit f66932a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@
- type: Construction
graph: Seat
node: chairDarkComfy
- type: StaticPrice
price: 15
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,20 @@

- node: blueComfBench
entity: BenchBlueComfy
edges:
- to: start
completed:
- !type:SpawnPrototype
prototype: MaterialCloth1
amount: 1
steps:
- tool: Cutting
doAfter: 1
- tool: Screwing
doAfter: 1

# backmen-start

- node: chairDarkComfy
entity: ComfyDarkChair
edges:
Expand All @@ -240,12 +253,8 @@
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 2
# backmen-end
- !type:SpawnPrototype
prototype: MaterialCloth1
amount: 1
steps:
- tool: Cutting
doAfter: 1
- tool: Screwing
doAfter: 1

# backmen-end

0 comments on commit f66932a

Please sign in to comment.