diff --git a/code/modules/client/preference_setup/loadout/loadout_head.dm b/code/modules/client/preference_setup/loadout/loadout_head.dm index e05ed22e10..748d82389c 100644 --- a/code/modules/client/preference_setup/loadout/loadout_head.dm +++ b/code/modules/client/preference_setup/loadout/loadout_head.dm @@ -271,6 +271,12 @@ display_name = "rabbit ears" path = /obj/item/clothing/head/rabbitears +//CHOMPStation Addition Start - TFF 17/10/19 - Add Nurse Hat for one point, no job lock +/datum/gear/head/nurse_hat + display_name = "hat, nurse" + path = /obj/item/clothing/head/nursehat +//CHOMPStation Addition End + /datum/gear/head/beanie display_name = "beanie" path = /obj/item/clothing/head/beanie