From: Whisper <121047731+QuietlyWhisper@users.noreply.github.com> Date: Mon, 8 May 2023 12:32:15 +0000 (-0400) Subject: Adds hand labeler to med techfab (#16198) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=4551c1ad2adef7a892efa0872ef929661f6bf790;p=space-station-14.git Adds hand labeler to med techfab (#16198) --- 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