Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mirror: Add's Senior role drip to the Uniform Printer. #173

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading