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

CMO Turtleneck Added to Loadout #1867

Merged
merged 2 commits into from
Aug 16, 2024
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
29 changes: 29 additions & 0 deletions Resources/Prototypes/_NF/Loadouts/Jobs/Contractor/jumpsuit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,35 @@
equipment:
jumpsuit: ClothingUniformJumpskirtCMO

- type: loadout
id: ContractorClothingUniformTurtleneckCMO
equipment: ContractorClothingUniformTurtleneckCMO
effects:
- !type:GroupLoadoutEffect
proto: ContractorT2
hideEffects:
- !type:GroupLoadoutEffect
proto: PantsCapableNF
price: 1000

- type: startingGear
id: ContractorClothingUniformTurtleneckCMO
equipment:
jumpsuit: ClothingUniformJumpsuitCMOTurtle

- type: loadout
id: ContractorClothingUniformTurtleskirtCMO
equipment: ContractorClothingUniformTurtleskirtCMO
effects:
- !type:GroupLoadoutEffect
proto: ContractorT2
price: 1000

- type: startingGear
id: ContractorClothingUniformTurtleskirtCMO
equipment:
jumpsuit: ClothingUniformJumpskirtCMOTurtle

- type: loadout
id: ContractorClothingUniformJumpsuitSeniorResearcher
equipment: ContractorClothingUniformJumpsuitSeniorResearcher
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@
- ContractorClothingUniformJumpskirtSeniorPhysician
- ContractorClothingUniformJumpsuitCMO
- ContractorClothingUniformJumpskirtCMO
- ContractorClothingUniformTurtleneckCMO
- ContractorClothingUniformTurtleskirtCMO
- ContractorClothingUniformJumpsuitSeniorResearcher
- ContractorClothingUniformJumpskirtSeniorResearcher
- ContractorClothingUniformJumpsuitResearchDirector
Expand Down
Loading