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

add overcoat to prosecutor loadout #1923

Merged
merged 1 commit into from
Nov 3, 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
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ loadout-group-clerk-shoes = Clerk shoes

loadout-group-prosecutor-jumpsuit = Prosecutor jumpsuit
loadout-group-prosecutor-neck = Prosecutor neck
loadout-group-prosecutor-outer-clothing = Prosecutor outer clothing

# Wildcards
loadout-group-prisoner-jumpsuit = Prisoner jumpsuit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,9 @@
id: ProsecutorNeck
equipment:
neck: ClothingNeckProsecutorbadge

# OuterClothing
- type: loadout
id: ProsecutorOvercoat
equipment:
outerClothing: ClothingOuterCoatOvercoat
9 changes: 8 additions & 1 deletion Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,14 +220,21 @@
- LawyerJumpskirtRed
- LawyerJumpsuitGood
- LawyerJumpskirtGood
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pro untouch

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its bad space anyway no reason to make a separate pr to remove 2 spaces :trollface:


- type: loadoutGroup
id: ProsecutorNeck
name: loadout-group-prosecutor-neck
minLimit: 0
loadouts:
- ProsecutorNeck

- type: loadoutGroup
id: ProsecutorOuterClothing
name: loadout-group-prosecutor-outer-clothing
minLimit: 0
loadouts:
- ProsecutorOvercoat

# PDAs
- type: loadoutGroup
id: PassengerPDADelta
Expand Down
1 change: 1 addition & 0 deletions Resources/Prototypes/DeltaV/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
- GroupTankHarness
- ProsecutorJumpsuit
- ProsecutorNeck
- ProsecutorOuterClothing
- CommonBackpack
- Glasses
- Survival
Expand Down
Loading