Skip to content

Commit

Permalink
Add correct lawyer bags to loadouts (#27573)
Browse files Browse the repository at this point in the history
* add lawyerbackpack to locale

* lawyer backpack group

* Add bags

* add loadout group

* Be less lazy and spot formatting problems
  • Loading branch information
Vermidia authored May 1, 2024
1 parent 99130ff commit 133d928
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 2 deletions.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/preferences/loadout-groups.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ loadout-group-librarian-jumpsuit = Librarian jumpsuit
loadout-group-lawyer-jumpsuit = Lawyer jumpsuit
loadout-group-lawyer-neck = Lawyer neck
loadout-group-lawyer-backpack = Lawyer backpack
loadout-group-chaplain-head = Chaplain head
loadout-group-chaplain-mask = Chaplain mask
Expand Down
30 changes: 29 additions & 1 deletion Resources/Prototypes/Loadouts/Jobs/Civilian/lawyer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,32 @@
- type: startingGear
id: LawyerNeck
equipment:
neck: ClothingNeckLawyerbadge
neck: ClothingNeckLawyerbadge

# Backpack
- type: loadout
id: LawyerBackpack
equipment: LawyerBackpack

- type: startingGear
id: LawyerBackpack
equipment:
back: ClothingBackpackLawyerFilled

- type: loadout
id: LawyerSatchel
equipment: LawyerSatchel

- type: startingGear
id: LawyerSatchel
equipment:
back: ClothingBackpackSatchelLawyerFilled

- type: loadout
id: LawyerDuffel
equipment: LawyerDuffel

- type: startingGear
id: LawyerDuffel
equipment:
back: ClothingBackpackDuffelLawyerFilled
8 changes: 8 additions & 0 deletions Resources/Prototypes/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,14 @@
loadouts:
- LawyerNeck

- type: loadoutGroup
id: LawyerBackpack
name: loadout-group-lawyer-backpack
loadouts:
- LawyerBackpack
- LawyerSatchel
- LawyerDuffel

- type: loadoutGroup
id: ChaplainHead
name: loadout-group-chaplain-head
Expand Down
2 changes: 1 addition & 1 deletion Resources/Prototypes/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
groups:
- LawyerNeck
- LawyerJumpsuit
- CommonBackpack
- LawyerBackpack
- Glasses
- Trinkets

Expand Down

0 comments on commit 133d928

Please sign in to comment.