Merge pull request #7239 from Heroman3003/headband-maid

Adds maid headband to loadout
This commit is contained in:
Novacat
2020-04-13 18:04:29 -04:00
committed by GitHub
@@ -6,6 +6,10 @@
display_name = "basic headband"
path = /obj/item/clothing/head/fluff/headbando
/datum/gear/head/maid
display_name = "maid headband"
path = /obj/item/clothing/head/headband/maid
/datum/gear/head/headbando/New()
..()
gear_tweaks = list(gear_tweak_free_color_choice)
@@ -14,4 +18,4 @@
/datum/gear/head/detective_alt
display_name = "cyberscope headgear, detective"
path = /obj/item/clothing/head/helmet/detective_alt
allowed_roles = list("Head of Security", "Detective")
allowed_roles = list("Head of Security", "Detective")