diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 80ed1f1136..1c9976f8e5 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -928,6 +928,7 @@ - ClothingHeadHatWarden - ClothingUniformJumpsuitWarden - ClothingUniformJumpskirtWarden + # Winter outfits - ClothingOuterWinterCap - ClothingOuterWinterCE - ClothingOuterWinterCMO @@ -962,6 +963,10 @@ - ClothingOuterWinterSci - ClothingOuterWinterRobo - ClothingOuterWinterSec + # Ties + - ClothingNeckTieRed + - ClothingNeckTieDet + - ClothingNeckTieSci - type: EmagLatheRecipes emagStaticRecipes: - ClothingHeadHatCentcomcap diff --git a/Resources/Prototypes/Recipes/Lathes/clothing.yml b/Resources/Prototypes/Recipes/Lathes/clothing.yml index 65ee7fb17b..3873e0ea2d 100644 --- a/Resources/Prototypes/Recipes/Lathes/clothing.yml +++ b/Resources/Prototypes/Recipes/Lathes/clothing.yml @@ -1036,3 +1036,24 @@ completetime: 2 materials: Cloth: 100 + +- type: latheRecipe + id: ClothingNeckTieRed + result: ClothingNeckTieRed + completetime: 2 + materials: + Cloth: 50 + +- type: latheRecipe + id: ClothingNeckTieDet + result: ClothingNeckTieDet + completetime: 2 + materials: + Cloth: 50 + +- type: latheRecipe + id: ClothingNeckTieSci + result: ClothingNeckTieSci + completetime: 2 + materials: + Cloth: 50