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