From 2073af57f1e7653b54c0a3ed563f9b83bc3ae7b8 Mon Sep 17 00:00:00 2001 From: Heroman Date: Tue, 14 Apr 2020 06:48:18 +1000 Subject: [PATCH] Adds maid headband to loadout --- .../client/preference_setup/loadout/loadout_head_vr.dm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_head_vr.dm b/code/modules/client/preference_setup/loadout/loadout_head_vr.dm index 709a93afcc3..41214cbd67e 100644 --- a/code/modules/client/preference_setup/loadout/loadout_head_vr.dm +++ b/code/modules/client/preference_setup/loadout/loadout_head_vr.dm @@ -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") \ No newline at end of file