mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 12:56:10 +01:00
Event Service Role & Event Job Outfits (#19652)
Adds the event service job used in New Blades so far, as well as unique outfits for event jobs to make giving them different gear easier for future devs.
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
slot = slot_w_uniform
|
||||
cost = 1
|
||||
faction = "Idris Incorporated"
|
||||
allowed_roles = list("Janitor")
|
||||
allowed_roles = list("Janitor", "Service Personnel")
|
||||
|
||||
/datum/gear/faction/idris_sunglasses
|
||||
display_name = "idris security HUD selection"
|
||||
@@ -625,7 +625,7 @@
|
||||
slot = slot_w_uniform
|
||||
cost = 1
|
||||
faction = "NanoTrasen"
|
||||
allowed_roles = list("Janitor")
|
||||
allowed_roles = list("Janitor", "Service Personnel")
|
||||
|
||||
/datum/gear/faction/nt_headwear
|
||||
display_name = "nanotrasen headwear selection"
|
||||
|
||||
Reference in New Issue
Block a user