From 4551c1ad2adef7a892efa0872ef929661f6bf790 Mon Sep 17 00:00:00 2001 From: Whisper <121047731+QuietlyWhisper@users.noreply.github.com> Date: Mon, 8 May 2023 08:32:15 -0400 Subject: [PATCH] Adds hand labeler to med techfab (#16198) --- .../Prototypes/Entities/Structures/Machines/lathe.yml | 1 + Resources/Prototypes/Recipes/Lathes/medical.yml | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index c4866a7c53..5b6482dd80 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -482,6 +482,7 @@ idleState: icon runningState: icon staticRecipes: + - HandLabeler - Defibrillator - HandheldHealthAnalyzer - ClothingHandsGlovesLatex diff --git a/Resources/Prototypes/Recipes/Lathes/medical.yml b/Resources/Prototypes/Recipes/Lathes/medical.yml index 064c851004..8336260033 100644 --- a/Resources/Prototypes/Recipes/Lathes/medical.yml +++ b/Resources/Prototypes/Recipes/Lathes/medical.yml @@ -173,3 +173,11 @@ completetime: 2 materials: Plastic: 300 + +- type: latheRecipe + id: HandLabeler + result: HandLabeler + name: hand labeler + completetime: 2 + materials: + Plastic: 100 \ No newline at end of file -- 2.51.2