From 0024f3fa0d130fa7ca3819d803ac87ef4a06421e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=94=D0=B6=D0=B5=D0=BA=D1=81=D0=BE=D0=BD=20=D0=9C=D0=B8?= =?utf8?q?=D1=81=D1=81=D0=B8=D1=81=D1=81=D0=B8=D0=BF=D0=BF=D0=B8?= Date: Sun, 9 Feb 2025 16:16:17 -0600 Subject: [PATCH] Add loungewear to uniform printer (#35008) * Update clothing.yml * Update clothing.yml --- Resources/Prototypes/Recipes/Lathes/Packs/clothing.yml | 1 + Resources/Prototypes/Recipes/Lathes/clothing.yml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Resources/Prototypes/Recipes/Lathes/Packs/clothing.yml b/Resources/Prototypes/Recipes/Lathes/Packs/clothing.yml index 15ba04b88c..728082036e 100644 --- a/Resources/Prototypes/Recipes/Lathes/Packs/clothing.yml +++ b/Resources/Prototypes/Recipes/Lathes/Packs/clothing.yml @@ -5,6 +5,7 @@ recipes: - ClothingUniformJumpsuitColorGrey - ClothingUniformJumpskirtColorGrey + - ClothingUniformJumpsuitLoungewear - type: latheRecipePack id: ClothingCargo diff --git a/Resources/Prototypes/Recipes/Lathes/clothing.yml b/Resources/Prototypes/Recipes/Lathes/clothing.yml index 62e2982e5c..6279cc2156 100644 --- a/Resources/Prototypes/Recipes/Lathes/clothing.yml +++ b/Resources/Prototypes/Recipes/Lathes/clothing.yml @@ -65,6 +65,11 @@ parent: BaseJumpsuitRecipe id: ClothingUniformJumpskirtColorGrey result: ClothingUniformJumpskirtColorGrey + +- type: latheRecipe + parent: BaseJumpsuitRecipe + id: ClothingUniformJumpsuitLoungewear + result: ClothingUniformJumpsuitLoungewear - type: latheRecipe parent: BaseJumpsuitRecipe -- 2.51.2