Skip to content

Commit

Permalink
Added Pride Cloaks to Uniform Printer (cosmatic-drift-14#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoxyRirumi authored Mar 20, 2024
1 parent b19e925 commit 5048107
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1046,6 +1046,15 @@
- CarpetPurple
- CarpetCyan
- CarpetWhite
- CarpetWhite
# CD Additions
- PanCloak
- GayCloak
- LesbianCloak
- AroCloak
- BiCloak
- TransCloak
- IntersexCloak
# CD exclusives
- ClothingBeltHarnessETU
- ClothingHeadHelmetETUPointman
Expand Down
51 changes: 51 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1289,6 +1289,57 @@
materials:
Cloth: 100

# CD Additions

- type: latheRecipe
id: PanCloak
result: ClothingNeckCloakPan
completetime: 2.8
materials:
Cloth: 150

- type: latheRecipe
id: GayCloak
result: ClothingNeckCloakGay
completetime: 2.8
materials:
Cloth: 150

- type: latheRecipe
id: LesbianCloak
result: ClothingNeckCloakLesbian
completetime: 2.8
materials:
Cloth: 150

- type: latheRecipe
id: IntersexCloak
result: ClothingNeckCloakIntersex
completetime: 2.8
materials:
Cloth: 150

- type: latheRecipe
id: BiCloak
result: ClothingNeckCloakBi
completetime: 2.8
materials:
Cloth: 150

- type: latheRecipe
id: AroCloak
result: ClothingNeckCloakAro
completetime: 2.8
materials:
Cloth: 150

- type: latheRecipe
id: TransCloak
result: ClothingNeckCloakTrans
completetime: 2.8
materials:
Cloth: 150

# CD exclusives

- type: latheRecipe
Expand Down

0 comments on commit 5048107

Please sign in to comment.