From 912091e24ef1f9f836fc7392a88253183e3b8b42 Mon Sep 17 00:00:00 2001 From: lzk <124214523+lzk228@users.noreply.github.com> Date: Wed, 19 Jun 2024 20:13:55 +0200 Subject: [PATCH] Add wet floor sign & warning cone to autolathe (#29205) * Add wet floor sign & warning cone to autolathe * removing --- .../Prototypes/Entities/Structures/Machines/lathe.yml | 2 ++ Resources/Prototypes/Recipes/Lathes/misc.yml | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 66af73088d..67cf6f767d 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -196,6 +196,8 @@ - WeaponCapacitorRechargerCircuitboard - HandheldStationMap - ClothingHeadHatWelding + - WetFloorSign + - ClothingHeadHatCone - type: EmagLatheRecipes emagStaticRecipes: - BoxLethalshot diff --git a/Resources/Prototypes/Recipes/Lathes/misc.yml b/Resources/Prototypes/Recipes/Lathes/misc.yml index 378392bae1..0f043df9f8 100644 --- a/Resources/Prototypes/Recipes/Lathes/misc.yml +++ b/Resources/Prototypes/Recipes/Lathes/misc.yml @@ -214,3 +214,10 @@ materials: Steel: 400 Glass: 200 + +- type: latheRecipe + id: ClothingHeadHatCone + result: ClothingHeadHatCone + completetime: 3 + materials: + Plastic: 200 -- 2.51.2