mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01:00
Custodial Uniform Tweaks (#13979)
This commit is contained in:
@@ -241,3 +241,19 @@
|
||||
path = /obj/item/clothing/accessory/badge/passcard/burzsia
|
||||
slot = slot_tie
|
||||
faction = "Hephaestus Industries"
|
||||
|
||||
/datum/gear/faction/nt_custodialjumpsuit
|
||||
display_name = "nanotrasen custodial jumpsuit, alternative"
|
||||
path = /obj/item/clothing/under/rank/janitor/alt
|
||||
slot = slot_w_uniform
|
||||
cost = 0
|
||||
faction = "NanoTrasen"
|
||||
allowed_roles = list("Janitor")
|
||||
|
||||
/datum/gear/faction/idris_custodialjumpsuit
|
||||
display_name = "idris custodial jumpsuit, alternative"
|
||||
path = /obj/item/clothing/under/rank/janitor/idris/alt
|
||||
slot = slot_w_uniform
|
||||
cost = 0
|
||||
faction = "Idris Incorporated"
|
||||
allowed_roles = list("Janitor")
|
||||
@@ -62,7 +62,7 @@
|
||||
softcaps["softcap, hydroponics"] = /obj/item/clothing/head/softcap/hydro
|
||||
softcaps["softcap, cargo"] = /obj/item/clothing/head/softcap/cargo
|
||||
softcaps["softcap, mining"] = /obj/item/clothing/head/softcap/miner
|
||||
softcaps["softcap, janitor"] = /obj/item/clothing/head/softcap/janitor
|
||||
softcaps["softcap, janitor"] = /obj/item/clothing/head/softcap/custodian
|
||||
softcaps["softcap, tcfl"] = /obj/item/clothing/head/softcap/tcfl
|
||||
|
||||
gear_tweaks += new /datum/gear_tweak/path(softcaps)
|
||||
|
||||
Reference in New Issue
Block a user