From 695c62a76b699e137e112fc28c7f33d0ddc261eb Mon Sep 17 00:00:00 2001 From: Justin Trotter Date: Wed, 17 Aug 2022 21:22:30 -0500 Subject: [PATCH] Add musician, clown, and mime winter coats to uniform printer (#10676) --- .../Entities/Structures/Machines/lathe.yml | 3 ++ .../Prototypes/Recipes/Lathes/clothing.yml | 32 +++++++++++++++++++ 2 files changed, 35 insertions(+) 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