From 7e9c3b88146d5ca3336eec9213d4b0908c87976d Mon Sep 17 00:00:00 2001 From: deepdarkdepths <155149356+deepdarkdepths@users.noreply.github.com> Date: Tue, 5 Mar 2024 20:17:50 -0500 Subject: [PATCH] Adds paramedic cap to the uniform printer (#25861) Update lathe+clothing.yml --- .../Entities/Structures/Machines/lathe.yml | 1 + .../Prototypes/Recipes/Lathes/clothing.yml | 20 ++++++++++++------- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index c10409bf33..f4c7bd10d1 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -959,6 +959,7 @@ - ClothingHeadHatWarden - ClothingUniformJumpsuitWarden - ClothingUniformJumpskirtWarden + - ClothingHeadHatParamedicsoft # Winter outfits - ClothingOuterWinterCap - ClothingOuterWinterCE diff --git a/Resources/Prototypes/Recipes/Lathes/clothing.yml b/Resources/Prototypes/Recipes/Lathes/clothing.yml index 6517cfd5a6..626ec82a91 100644 --- a/Resources/Prototypes/Recipes/Lathes/clothing.yml +++ b/Resources/Prototypes/Recipes/Lathes/clothing.yml @@ -1,5 +1,5 @@ - +# Jumpsuits/skirts - type: latheRecipe id: ClothingUniformJumpsuitColorGrey # Tide result: ClothingUniformJumpsuitColorGrey @@ -608,7 +608,7 @@ completetime: 4 materials: Cloth: 300 - +# Command winter coats - type: latheRecipe id: ClothingOuterWinterCap result: ClothingOuterWinterCap @@ -672,7 +672,7 @@ materials: Cloth: 500 Durathread: 400 - +# Mantles - type: latheRecipe id: ClothingNeckMantleCap result: ClothingNeckMantleCap @@ -728,8 +728,7 @@ materials: Cloth: 200 Durathread: 150 - - +# Winter coats - type: latheRecipe id: ClothingOuterWinterMusician result: ClothingOuterWinterMusician @@ -905,7 +904,7 @@ materials: Cloth: 500 Durathread: 300 - +# Hats - type: latheRecipe id: ClothingHeadHatCaptain result: ClothingHeadHatCaptain @@ -1080,6 +1079,13 @@ completetime: 2 materials: Cloth: 100 + +- type: latheRecipe + id: ClothingHeadHatParamedicsoft + result: ClothingHeadHatParamedicsoft + completetime: 1 + materials: + Cloth: 100 # Ties - type: latheRecipe id: ClothingNeckTieRed @@ -1157,7 +1163,7 @@ completetime: 2 materials: Cloth: 200 - +# Carpets - type: latheRecipe id: Carpet result: FloorCarpetItemRed -- 2.51.2