Skip to content

Commit

Permalink
Role accesses and starting equipment (#456)
Browse files Browse the repository at this point in the history
* Role accesses and starting equipment

changed some accesses, changed some equipment

* Update service_worker.yml

changed the service worker outfit

* comments

---------

Signed-off-by: Colin-Tel <[email protected]>
  • Loading branch information
Colin-Tel authored Nov 26, 2023
1 parent 22b8b60 commit ad28799
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
- id: EmergencyRollerBedSpawnFolded
- id: BodyBag_Folded
- id: Portafib
- id: Flash
# - id: Flash
- id: BruteAutoInjector
amount: 2
- id: BurnAutoInjector
amount: 2
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
- id: EmergencyRollerBedSpawnFolded
- id: BodyBag_Folded
- id: Portafib
- id: Flash
# - id: Flash
- id: BruteAutoInjector
amount: 2
- id: BurnAutoInjector
amount: 2
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@
- id: EmergencyRollerBedSpawnFolded
- id: BodyBag_Folded
- id: Portafib
- id: Flash
# - id: Flash
- id: BruteAutoInjector
amount: 2
- id: BurnAutoInjector
amount: 2
2 changes: 2 additions & 0 deletions Resources/Prototypes/DeltaV/Roles/Jobs/Security/brigmedic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#- Brig #Delta V: Removed brig access
- Maintenance
- External
extendedAccess:
- Chemistry
special:
- !type:AddImplantSpecial
implants: [ MindShieldImplant ]
Expand Down
8 changes: 4 additions & 4 deletions Resources/Prototypes/Roles/Jobs/Civilian/service_worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@
access:
- Service
- Maintenance
- Bar
- Kitchen
extendedAccess:
- Hydroponics
- Bar # DeltaV - moved to extended access
- Kitchen # DeltaV - moved to extended access

- type: startingGear
id: ServiceWorkerGear
equipment:
jumpsuit: ClothingUniformJumpsuitBartender
jumpsuit: ClothingUniformJumpsuitColorDarkGreen # DeltaV
back: ClothingBackpackFilled
shoes: ClothingShoesColorBlack
id: ServiceWorkerPDA
ears: ClothingHeadsetService
innerClothingSkirt: ClothingUniformJumpskirtBartender
innerClothingSkirt: ClothingUniformJumpskirtColorDarkGreen # DeltaV
satchel: ClothingBackpackSatchelFilled
duffelbag: ClothingBackpackDuffelFilled
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
- Chemistry
- ChiefMedicalOfficer
- Paramedic # DeltaV - Add Paramedic access
- External # DeltaV - Paramedics need this access
- Psychologist # DeltaV - Add Psychologist access
special:
- !type:AddImplantSpecial
Expand Down

0 comments on commit ad28799

Please sign in to comment.