From b4ff3c09506359622ac4e393b43802d92743162b Mon Sep 17 00:00:00 2001 From: jjpark-kb <55967837+jjpark-kb@users.noreply.github.com> Date: Wed, 15 Jul 2020 22:27:08 -0400 Subject: [PATCH] add pharaoh hat to loadout --- modular_citadel/code/modules/client/loadout/head.dm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/client/loadout/head.dm b/modular_citadel/code/modules/client/loadout/head.dm index 3e7eb398..b548ba8b 100644 --- a/modular_citadel/code/modules/client/loadout/head.dm +++ b/modular_citadel/code/modules/client/loadout/head.dm @@ -101,4 +101,9 @@ /datum/gear/santahatg name = "Green Santa Hat" category = SLOT_HEAD - path = /obj/item/clothing/head/christmashatg \ No newline at end of file + path = /obj/item/clothing/head/christmashatg + +/datum/gear/pharaohmhat + name = "Pharaoh Hat" + category = SLOT_HEAD + path = /obj/item/clothing/head/pharaoh