diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 43af5b8ca4..e2244f4ee5 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -451,6 +451,9 @@ - ClothingOuterWinterHoS - ClothingOuterWinterQM - ClothingOuterWinterRD + - ClothingOuterWinterMusician + - ClothingOuterWinterClown + - ClothingOuterWinterMime - type: Sprite sprite: Structures/Machines/uniform_printer.rsi netsync: false diff --git a/Resources/Prototypes/Recipes/Lathes/clothing.yml b/Resources/Prototypes/Recipes/Lathes/clothing.yml index 797a1f9df0..13775f0f83 100644 --- a/Resources/Prototypes/Recipes/Lathes/clothing.yml +++ b/Resources/Prototypes/Recipes/Lathes/clothing.yml @@ -629,3 +629,35 @@ Cloth: 300 Durathread: 300 +- type: latheRecipe + id: ClothingOuterWinterMusician + icon: + sprite: Clothing/OuterClothing/WinterCoats/coatnomi.rsi + state: icon + result: ClothingOuterWinterMusician + completetime: 3.2 + materials: + Cloth: 300 + Durathread: 300 + +- type: latheRecipe + id: ClothingOuterWinterClown + icon: + sprite: Clothing/OuterClothing/WinterCoats/coatclown.rsi + state: icon + result: ClothingOuterWinterClown + completetime: 3.2 + materials: + Cloth: 300 + Durathread: 300 + +- type: latheRecipe + id: ClothingOuterWinterMime + icon: + sprite: Clothing/OuterClothing/WinterCoats/coatmime.rsi + state: icon + result: ClothingOuterWinterMime + completetime: 3.2 + materials: + Cloth: 300 + Durathread: 300