Add musician, clown, and mime winter coats to uniform printer (#10676)

This commit is contained in:
Justin Trotter
2022-08-17 21:22:30 -05:00
committed by GitHub
parent d1639dcf3b
commit 695c62a76b
2 changed files with 35 additions and 0 deletions

View File

@@ -451,6 +451,9 @@
- ClothingOuterWinterHoS
- ClothingOuterWinterQM
- ClothingOuterWinterRD
- ClothingOuterWinterMusician
- ClothingOuterWinterClown
- ClothingOuterWinterMime
- type: Sprite
sprite: Structures/Machines/uniform_printer.rsi
netsync: false

View File

@@ -629,3 +629,35 @@
Cloth: 300
Durathread: 300
- type: latheRecipe
id: ClothingOuterWinterMusician
icon:
sprite: Clothing/OuterClothing/WinterCoats/coatnomi.rsi
state: icon
result: ClothingOuterWinterMusician
completetime: 3.2
materials:
Cloth: 300
Durathread: 300
- type: latheRecipe
id: ClothingOuterWinterClown
icon:
sprite: Clothing/OuterClothing/WinterCoats/coatclown.rsi
state: icon
result: ClothingOuterWinterClown
completetime: 3.2
materials:
Cloth: 300
Durathread: 300
- type: latheRecipe
id: ClothingOuterWinterMime
icon:
sprite: Clothing/OuterClothing/WinterCoats/coatmime.rsi
state: icon
result: ClothingOuterWinterMime
completetime: 3.2
materials:
Cloth: 300
Durathread: 300