From f66932a2eb347fbb754081dfb06327f666b2d9c6 Mon Sep 17 00:00:00 2001 From: Kirillcas Date: Thu, 22 Feb 2024 02:27:41 +0500 Subject: [PATCH] fix test --- .../Entities/Structures/Furniture/chairs.yml | 2 -- .../Construction/Graphs/furniture/seats.yml | 21 +++++++++++++------ 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/Resources/Prototypes/Backmen/Entities/Structures/Furniture/chairs.yml b/Resources/Prototypes/Backmen/Entities/Structures/Furniture/chairs.yml index 6c29e76f411..bd4b26de811 100644 --- a/Resources/Prototypes/Backmen/Entities/Structures/Furniture/chairs.yml +++ b/Resources/Prototypes/Backmen/Entities/Structures/Furniture/chairs.yml @@ -10,5 +10,3 @@ - type: Construction graph: Seat node: chairDarkComfy - - type: StaticPrice - price: 15 diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/seats.yml b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/seats.yml index 5de5c4fda1f..eb3cc09ab50 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/seats.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/seats.yml @@ -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: @@ -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 \ No newline at end of file