From 79878f01dde32bf46ce199e51323066a40f7dfa4 Mon Sep 17 00:00:00 2001 From: Hitlinemoss <209321380+Hitlinemoss@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:53:14 -0400 Subject: [PATCH] Added white towels to autolathe and uniform printer (#40160) * Added white towels to autolathe and uniform printer * Towel printing cost is now consistent with reagent quantities in uniforms instead --- .../Prototypes/Entities/Structures/Machines/lathe.yml | 2 ++ Resources/Prototypes/Recipes/Lathes/Packs/shared.yml | 5 +++++ Resources/Prototypes/Recipes/Lathes/misc.yml | 7 +++++++ 3 files changed, 14 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 6556e854f1..0a933ef1f4 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -124,6 +124,7 @@ - AtmosStatic - CablesStatic - PaperworkStatic + - TowelsStatic - CargoStatic - MaterialsStatic - BasicChemistryStatic @@ -510,6 +511,7 @@ idleState: icon runningState: building staticPacks: + - TowelsStatic - ClothingCivilian - ClothingCargo - ClothingCommand diff --git a/Resources/Prototypes/Recipes/Lathes/Packs/shared.yml b/Resources/Prototypes/Recipes/Lathes/Packs/shared.yml index 34a5fcbe6e..f0147d9ca5 100644 --- a/Resources/Prototypes/Recipes/Lathes/Packs/shared.yml +++ b/Resources/Prototypes/Recipes/Lathes/Packs/shared.yml @@ -44,6 +44,11 @@ - BoxFolderClipboardEmpty - BoxFolderPlasticClipboardEmpty +- type: latheRecipePack + id: TowelsStatic # This is used for both the autolathe and the uniform printer, so "unique" towels that only HoP can print shouldn't be included! + recipes: + - TowelColorWhite + ## Dynamic # Things you'd expect sci salv and engi to make use of diff --git a/Resources/Prototypes/Recipes/Lathes/misc.yml b/Resources/Prototypes/Recipes/Lathes/misc.yml index 206a8856e3..46e632e995 100644 --- a/Resources/Prototypes/Recipes/Lathes/misc.yml +++ b/Resources/Prototypes/Recipes/Lathes/misc.yml @@ -231,3 +231,10 @@ materials: Plastic: 100 Steel: 25 + +- type: latheRecipe + id: TowelColorWhite + result: TowelColorWhite + completetime: 2 + materials: + Cloth: 300 -- 2.51.2