Skip to content

Commit

Permalink
Cherry-picked commit af57006 from space-wizards/space-station-14/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Cojoke-dot authored and SimpleStation14 committed Apr 21, 2024
1 parent 3bf08c7 commit c74fd35
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -979,6 +979,8 @@
- ClothingUniformJumpskirtDetective
- ClothingUniformJumpsuitEngineering
- ClothingUniformJumpskirtEngineering
- ClothingUniformJumpsuitSeniorEngineer
- ClothingUniformJumpskirtSeniorEngineer
- ClothingHeadHatHopcap
- ClothingUniformJumpsuitHoP
- ClothingUniformJumpskirtHoP
Expand Down Expand Up @@ -1012,11 +1014,15 @@
- ClothingHeadHatBeretSeniorPhysician
- ClothingUniformJumpsuitMedicalDoctor
- ClothingUniformJumpskirtMedicalDoctor
- ClothingUniformJumpsuitSeniorPhysician
- ClothingUniformJumpskirtSeniorPhysician
- ClothingUniformJumpsuitMime
- ClothingUniformJumpskirtMime
- ClothingUniformJumpsuitMusician
- ClothingUniformJumpsuitParamedic
- ClothingUniformJumpskirtParamedic
- ClothingUniformJumpsuitSeniorOfficer
- ClothingUniformJumpskirtSeniorOfficer
- ClothingUniformJumpsuitPrisoner
- ClothingUniformJumpskirtPrisoner
- ClothingHeadHatQMsoft
Expand All @@ -1031,6 +1037,8 @@
- ClothingUniformJumpskirtResearchDirector
- ClothingUniformJumpsuitScientist
- ClothingUniformJumpskirtScientist
- ClothingUniformJumpsuitSeniorResearcher
- ClothingUniformJumpskirtSeniorResearcher
- ClothingHeadHatBeretSecurity
- ClothingUniformJumpsuitSec
- ClothingUniformJumpskirtSec
Expand Down
56 changes: 56 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,20 @@
materials:
Cloth: 300

- type: latheRecipe
id: ClothingUniformJumpsuitSeniorEngineer
result: ClothingUniformJumpsuitSeniorEngineer
completetime: 4
materials:
Cloth: 300

- type: latheRecipe
id: ClothingUniformJumpskirtSeniorEngineer
result: ClothingUniformJumpskirtSeniorEngineer
completetime: 4
materials:
Cloth: 300

- type: latheRecipe
id: ClothingUniformJumpsuitHoP
result: ClothingUniformJumpsuitHoP
Expand Down Expand Up @@ -404,6 +418,20 @@
materials:
Cloth: 300

- type: latheRecipe
id: ClothingUniformJumpsuitSeniorPhysician
result: ClothingUniformJumpsuitSeniorPhysician
completetime: 4
materials:
Cloth: 300

- type: latheRecipe
id: ClothingUniformJumpskirtSeniorPhysician
result: ClothingUniformJumpskirtSeniorPhysician
completetime: 4
materials:
Cloth: 300

- type: latheRecipe
id: ClothingUniformJumpsuitMime
result: ClothingUniformJumpsuitMime
Expand Down Expand Up @@ -453,6 +481,20 @@
materials:
Cloth: 300

- type: latheRecipe
id: ClothingUniformJumpsuitSeniorOfficer
result: ClothingUniformJumpsuitSeniorOfficer
completetime: 4
materials:
Cloth: 300

- type: latheRecipe
id: ClothingUniformJumpskirtSeniorOfficer
result: ClothingUniformJumpskirtSeniorOfficer
completetime: 4
materials:
Cloth: 300

- type: latheRecipe
id: ClothingUniformJumpsuitPrisoner
result: ClothingUniformJumpsuitPrisoner
Expand Down Expand Up @@ -532,6 +574,20 @@
materials:
Cloth: 300

- type: latheRecipe
id: ClothingUniformJumpsuitSeniorResearcher
result: ClothingUniformJumpsuitSeniorResearcher
completetime: 4
materials:
Cloth: 300

- type: latheRecipe
id: ClothingUniformJumpskirtSeniorResearcher
result: ClothingUniformJumpskirtSeniorResearcher
completetime: 4
materials:
Cloth: 300

- type: latheRecipe
id: ClothingUniformJumpsuitSec
result: ClothingUniformJumpsuitSec
Expand Down

0 comments on commit c74fd35

Please sign in to comment.