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

fix minor oopises with loadouts #8

Closed
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
4 changes: 2 additions & 2 deletions Resources/Prototypes/Loadouts/Jobs/Civilian/clown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- type: startingGear
id: JesterHat
equipment:
head: ClothingHeadHatJester
head: ClothingHeadHatJesterAlt

# Jumpsuit
- type: loadout
Expand All @@ -25,7 +25,7 @@
- type: startingGear
id: JesterSuit
equipment:
jumpsuit: ClothingUniformJumpsuitJester
jumpsuit: ClothingUniformJumpsuitJesterAlt

# Back
- type: loadout
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Loadouts/Jobs/Medical/paramedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@
- type: startingGear
id: ParamedicWindbreaker
equipment:
back: ClothingOuterCoatParamedicWB
outerClothing: ClothingOuterCoatParamedicWB
2 changes: 1 addition & 1 deletion Resources/Prototypes/Loadouts/Jobs/Security/detective.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@
- type: startingGear
id: DetectiveCoat
equipment:
back: ClothingOuterCoatDetective
outerClothing: ClothingOuterCoatDetective
5 changes: 2 additions & 3 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,6 @@
name: loadout-group-chief-medical-officer-outerclothing
minLimit: 0
loadouts:
- RegularLabCoat
- ChiefMedicalOfficerLabCoat

- type: loadoutGroup
Expand Down Expand Up @@ -862,8 +861,8 @@
id: ChemistJumpsuit
name: loadout-group-chemist-jumpsuit
loadouts:
- MedicalDoctorJumpsuit
- MedicalDoctorJumpskirt
- ChemistJumpsuit
- ChemistJumpskirt

- type: loadoutGroup
id: ChemistOuterClothing
Expand Down
Loading