Skip to content

Commit

Permalink
Allows green jumpsuits/hats for service workers (#1499)
Browse files Browse the repository at this point in the history
* Service workers get their green back

clothing, that is

* Update role_loadouts.yml

Signed-off-by: Colin-Tel <[email protected]>

---------

Signed-off-by: Colin-Tel <[email protected]>
  • Loading branch information
Colin-Tel authored Jul 21, 2024
1 parent 368fb48 commit 7fbacb2
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/deltav/preferences/loadout-groups.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ loadout-group-mime-neck = Mime neck
loadout-group-musician-jumpsuit = Musician jumpsuit
loadout-group-musician-neck = Musician neck
loadout-group-serviceworker-head = Service Worker head
loadout-group-serviceworker-jumpsuit = Service Worker jumpsuit
# Logistics

loadout-group-cargo-technician-neck = Cargo Technician neck
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Head
- type: loadout
id: ServiceWorkerCap
equipment: ServiceWorkerCap

- type: startingGear
id: ServiceWorkerCap
equipment:
head: ClothingHeadHatGreensoft

- type: loadout
id: ServiceWorkerCapFlip
equipment: ServiceWorkerCapFlip

- type: startingGear
id: ServiceWorkerCapFlip
equipment:
head: ClothingHeadHatGreensoftFlipped

- type: loadout
id: ServiceWorkerBandana
equipment: ServiceWorkerBandana

- type: startingGear
id: ServiceWorkerBandana
equipment:
head: ClothingHeadBandGreen

# Jumpsuit

- type: loadout
id: ServiceWorkerJumpsuit
equipment: ServiceWorkerJumpsuit

- type: startingGear
id: ServiceWorkerJumpsuit
equipment:
jumpsuit: ClothingUniformJumpsuitColorGreen

- type: loadout
id: ServiceWorkerJumpskirt
equipment: ServiceWorkerJumpskirt

- type: startingGear
id: ServiceWorkerJumpskirt
equipment:
jumpsuit: ClothingUniformJumpskirtColorGreen

- type: loadout
id: ServiceWorkerJumpsuitDark
equipment: ServiceWorkerJumpsuitDark

- type: startingGear
id: ServiceWorkerJumpsuitDark
equipment:
jumpsuit: ClothingUniformJumpsuitColorDarkGreen

- type: loadout
id: ServiceWorkerJumpskirtDark
equipment: ServiceWorkerJumpskirtDark

- type: startingGear
id: ServiceWorkerJumpskirtDark
equipment:
jumpsuit: ClothingUniformJumpskirtColorDarkGreen
24 changes: 24 additions & 0 deletions Resources/Prototypes/DeltaV/Loadouts/loadout_groups.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# Civilian (actually Service but hey, that's what they called it :shrug:)
## Service Worker
- type: loadoutGroup
id: ServiceWorkerHead
name: loadout-group-serviceworker-head
minLimit: 0
loadouts:
- ServiceWorkerCap
- ServiceWorkerCapFlip
- ServiceWorkerBandana

- type: loadoutGroup
id: ServiceWorkerJumpsuit
name: loadout-group-serviceworker-jumpsuit
minLimit: 0
loadouts:
- ServiceWorkerJumpsuit
- ServiceWorkerJumpskirt
- ServiceWorkerJumpsuitDark
- ServiceWorkerJumpskirtDark
- BartenderJumpsuit
- BartenderJumpskirt
- BartenderJumpsuitPurple

# Logistics
## Courier
- type: loadoutGroup
Expand Down
3 changes: 2 additions & 1 deletion Resources/Prototypes/Loadouts/role_loadouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@
- type: roleLoadout
id: JobServiceWorker
groups:
- ServiceWorkerHead # DeltaV
- Scarfs # DeltaV
- BartenderJumpsuit
- ServiceWorkerJumpsuit # DeltaV, was BartenderJumpsuit
- CommonBackpack
- Glasses
- Trinkets
Expand Down

0 comments on commit 7fbacb2

Please sign in to comment.