Skip to content

Commit 79878f0

Browse files
authored
Added white towels to autolathe and uniform printer (space-wizards#40160)
* Added white towels to autolathe and uniform printer * Towel printing cost is now consistent with reagent quantities in uniforms instead
1 parent 5e65f5c commit 79878f0

3 files changed

Lines changed: 14 additions & 0 deletions

File tree

Resources/Prototypes/Entities/Structures/Machines/lathe.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
- AtmosStatic
125125
- CablesStatic
126126
- PaperworkStatic
127+
- TowelsStatic
127128
- CargoStatic
128129
- MaterialsStatic
129130
- BasicChemistryStatic
@@ -510,6 +511,7 @@
510511
idleState: icon
511512
runningState: building
512513
staticPacks:
514+
- TowelsStatic
513515
- ClothingCivilian
514516
- ClothingCargo
515517
- ClothingCommand

Resources/Prototypes/Recipes/Lathes/Packs/shared.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
- BoxFolderClipboardEmpty
4545
- BoxFolderPlasticClipboardEmpty
4646

47+
- type: latheRecipePack
48+
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!
49+
recipes:
50+
- TowelColorWhite
51+
4752
## Dynamic
4853

4954
# Things you'd expect sci salv and engi to make use of

Resources/Prototypes/Recipes/Lathes/misc.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,3 +231,10 @@
231231
materials:
232232
Plastic: 100
233233
Steel: 25
234+
235+
- type: latheRecipe
236+
id: TowelColorWhite
237+
result: TowelColorWhite
238+
completetime: 2
239+
materials:
240+
Cloth: 300

0 commit comments

Comments
 (0)