Исправлены кресла в меню строительства

This commit is contained in:
Hero010h
2024-12-24 18:07:25 +03:00
parent e2d91fc947
commit dcaa7e9638
4 changed files with 50 additions and 36 deletions

View File

@@ -76,6 +76,18 @@
- material: Steel
amount: 2
doAfter: 1
#WD edit start
- to: brownChairComfy
steps:
- material: Steel
amount: 2
doAfter: 1
- to: lightBlueChairComfy
steps:
- material: Steel
amount: 2
doAfter: 1
#WD edit end
- to: chairPilotSeat
steps:
- material: Steel
@@ -356,38 +368,38 @@
- node: brownChairComfy
entity: BrownComfyChair
edges:
- to: start
completed:
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 2
steps:
- tool: Screwing
doAfter: 1
- to: start
completed:
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 2
steps:
- tool: Screwing
doAfter: 1
- node: lightBlueChairComfy
entity: LightBlueComfyChair
edges:
- to: start
completed:
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 2
steps:
- tool: Screwing
doAfter: 1
- to: start
completed:
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 2
steps:
- tool: Screwing
doAfter: 1
- node: chairComfy
entity: ComfyChair
edges:
- to: start
completed:
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 2
steps:
- tool: Screwing
doAfter: 1
- to: start
completed:
- !type:SpawnPrototype
prototype: SheetSteel1
amount: 2
steps:
- tool: Screwing
doAfter: 1
# WD edit end