From d5875fd4a1c1733aa448916f8ce933a57acbc048 Mon Sep 17 00:00:00 2001 From: Teemu Kauhanen Date: Mon, 20 May 2024 01:22:45 +0300 Subject: [PATCH] add WhiteCane recipe (#28146) --- .../Prototypes/Entities/Structures/Machines/lathe.yml | 1 + Resources/Prototypes/Recipes/Lathes/medical.yml | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 8305fc5a90..575144a2c2 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -910,6 +910,7 @@ - Saw - Hemostat - ClothingEyesGlassesChemical + - WhiteCane dynamicRecipes: - ChemicalPayload - CryostasisBeaker diff --git a/Resources/Prototypes/Recipes/Lathes/medical.yml b/Resources/Prototypes/Recipes/Lathes/medical.yml index bebfa4924a..b1a2e6df1d 100644 --- a/Resources/Prototypes/Recipes/Lathes/medical.yml +++ b/Resources/Prototypes/Recipes/Lathes/medical.yml @@ -234,3 +234,10 @@ Steel: 600 Plastic: 300 +- type: latheRecipe + id: WhiteCane + result: WhiteCane + completetime: 2 + materials: + Steel: 100 + Plastic: 100 -- 2.51.2