Adds Janitor hats to the loadout (#10449)

This commit is contained in:
Wowzewow (Wezzy)
2020-11-04 18:16:54 +08:00
committed by GitHub
parent 700cc03a3c
commit 43b96efae2
2 changed files with 44 additions and 0 deletions
@@ -27,6 +27,8 @@
bandanas["bandana, hydroponics"] = /obj/item/clothing/head/bandana/hydro
bandanas["bandana, cargo"] = /obj/item/clothing/head/bandana/cargo
bandanas["bandana, mining"] = /obj/item/clothing/head/bandana/miner
bandanas["bandana, janitor"] = /obj/item/clothing/head/bandana/janitor
gear_tweaks += new/datum/gear_tweak/path(bandanas)
/datum/gear/head/bandana/colorable
@@ -54,6 +56,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
gear_tweaks += new/datum/gear_tweak/path(softcaps)