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