From 8b27ef8a78cb7a9381030cfe4e57a6ae85fa7d15 Mon Sep 17 00:00:00 2001 From: BombasterDS <115770678+BombasterDS@users.noreply.github.com> Date: Wed, 24 Jul 2024 18:57:03 +1000 Subject: [PATCH] Fix: Shelfs and Mannequin disassemble (#30313) fix shelfs --- .../Recipes/Construction/Graphs/furniture/mannequin.yml | 1 + .../Recipes/Construction/Graphs/furniture/shelfs.yml | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/mannequin.yml b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/mannequin.yml index f83a3b1e95..45ac8cc702 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/mannequin.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/mannequin.yml @@ -20,6 +20,7 @@ edges: - to: start completed: + - !type:EmptyAllContainers - !type:SpawnPrototype prototype: MaterialWoodPlank amount: 5 diff --git a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/shelfs.yml b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/shelfs.yml index 61a903f7a0..1a6492fd92 100644 --- a/Resources/Prototypes/Recipes/Construction/Graphs/furniture/shelfs.yml +++ b/Resources/Prototypes/Recipes/Construction/Graphs/furniture/shelfs.yml @@ -117,6 +117,7 @@ edges: - to: start completed: + - !type:EmptyAllContainers - !type:SpawnPrototype prototype: MaterialWoodPlank1 amount: 4 @@ -129,6 +130,7 @@ edges: - to: start completed: + - !type:EmptyAllContainers - !type:SpawnPrototype prototype: SheetSteel1 amount: 5 @@ -141,6 +143,7 @@ edges: - to: start completed: + - !type:EmptyAllContainers - !type:SpawnPrototype prototype: SheetGlass1 amount: 4 @@ -153,6 +156,7 @@ edges: - to: start completed: + - !type:EmptyAllContainers - !type:SpawnPrototype prototype: MaterialWoodPlank1 amount: 8 @@ -170,6 +174,7 @@ edges: - to: start completed: + - !type:EmptyAllContainers - !type:SpawnPrototype prototype: SheetPlasteel1 amount: 5 @@ -190,6 +195,7 @@ edges: - to: start completed: + - !type:EmptyAllContainers - !type:SpawnPrototype prototype: SheetPlastic1 amount: 5 @@ -211,6 +217,7 @@ edges: - to: start completed: + - !type:EmptyAllContainers - !type:SpawnPrototype prototype: MaterialWoodPlank1 amount: 6 @@ -223,6 +230,7 @@ edges: - to: start completed: + - !type:EmptyAllContainers - !type:SpawnPrototype prototype: PartRodMetal amount: 2 @@ -245,6 +253,7 @@ edges: - to: start completed: + - !type:EmptyAllContainers - !type:SpawnPrototype prototype: SheetPlasteel1 amount: 2 -- 2.52.0