From ef18c5cbf74e3fd449aac0d9340d168cd5c8c3b3 Mon Sep 17 00:00:00 2001 From: ConstantlyConfused <67894661+Eternally-Confused@users.noreply.github.com> Date: Mon, 24 Feb 2025 15:04:46 -0700 Subject: [PATCH] Add missing command uniforms to the uniform printer (#3037) * Added command berets, AA uniforms, and CJ uniforms to the uniform printer * Spacing fix * whoops, another spacing fix * spacing fixes (part 3) * Added LO's second beret (why are there two???) * grahhhh * removed the prison hat for now --- .../Entities/Structures/Machines/lathe.yml | 1 + .../_DV/Recipes/Lathes/Packs/clothing.yml | 9 +++++ .../_DV/Recipes/Lathes/clothing.yml | 34 +++++++++++++++++++ 3 files changed, 44 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 0518148a9d..27d7555700 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -526,6 +526,7 @@ - Carpets - Bedsheets - BeltsDeltaV # DeltaV + - ClothingJustice # DeltaV - type: EmagLatheRecipes emagStaticPacks: - ClothingCentComm diff --git a/Resources/Prototypes/_DV/Recipes/Lathes/Packs/clothing.yml b/Resources/Prototypes/_DV/Recipes/Lathes/Packs/clothing.yml index 9984c9a436..36fd1f9d55 100644 --- a/Resources/Prototypes/_DV/Recipes/Lathes/Packs/clothing.yml +++ b/Resources/Prototypes/_DV/Recipes/Lathes/Packs/clothing.yml @@ -7,6 +7,7 @@ - ClothingUniformCourier - ClothingUniformSkirtCourier # QM + - ClothingHeadHatBeretLogi - ClothingUniformJumpskirtQMFormal # Salvage - ClothingUniformJumpskirtSalvageSpecialist @@ -14,13 +15,21 @@ - type: latheRecipePack id: ClothingCommandDeltaV recipes: + # Captain + - ClothingHeadHatBeretCap # HoP - ClothingUniformJumpsuitHoPFormal - ClothingUniformJumpskirtHoPFormal + # Administrative Assistant + - ClothingUniformJumpsuitAdminAssistant + - ClothingUniformJumpskirtAdminAssistant - type: latheRecipePack id: ClothingEpistemics recipes: + # Mystagogue + - ClothingHeadHatBeretMysta + - ClothingHeadHoodMysta # Psionic Mantis - ClothingUniformJumpsuitMantis - ClothingUniformSkirtMantis diff --git a/Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml b/Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml index 8f06d51f24..602f491d04 100644 --- a/Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml +++ b/Resources/Prototypes/_DV/Recipes/Lathes/clothing.yml @@ -126,6 +126,40 @@ id: ClothingUniformJumpskirtSalvageSpecialist result: ClothingUniformJumpskirtSalvageSpecialist +# Administrative Assistant + +- type: latheRecipe + parent: BaseCommandJumpsuitRecipe + id: ClothingUniformJumpsuitAdminAssistant + result: ClothingUniformJumpsuitAdminAssistant + +- type: latheRecipe + parent: BaseCommandJumpsuitRecipe + id: ClothingUniformJumpskirtAdminAssistant + result: ClothingUniformJumpskirtAdminAssistant + +# Command Hats + +- type: latheRecipe + parent: BaseCommandHatRecipe + id: ClothingHeadHatBeretCap + result: ClothingHeadHatBeretCap + +- type: latheRecipe + parent: BaseCommandHatRecipe + id: ClothingHeadHatBeretMysta + result: ClothingHeadHatBeretMysta + +- type: latheRecipe + parent: BaseCommandHatRecipe + id: ClothingHeadHoodMysta + result: ClothingHeadHoodMysta + +- type: latheRecipe + parent: BaseCommandHatRecipe + id: ClothingHeadHatBeretLogi + result: ClothingHeadHatBeretLogi + #Centcomm Clothing - type: latheRecipe