From 6da2407e328f5f1a7445c0d9101859d61b68e045 Mon Sep 17 00:00:00 2001 From: elgeonmb Date: Thu, 9 Feb 2023 15:15:18 -0800 Subject: [PATCH] adds maid headband to the loadout maid rights --- code/modules/client/preference_setup/loadout/loadout_head.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/client/preference_setup/loadout/loadout_head.dm b/code/modules/client/preference_setup/loadout/loadout_head.dm index 7b07e0de7b..bf5833064f 100644 --- a/code/modules/client/preference_setup/loadout/loadout_head.dm +++ b/code/modules/client/preference_setup/loadout/loadout_head.dm @@ -340,6 +340,10 @@ display_name = "maang tikka" path = /obj/item/clothing/head/maangtikka +/datum/gear/head/maid_headband + display_name = "maid headband" + path = /obj/item/clothing/head/headband/maid + /datum/gear/head/jingasa display_name = "jingasa" path = /obj/item/clothing/head/jingasa