From a12e0aff4ae6eb2b9418fdac9fa3f0c2fabe9000 Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Thu, 17 Oct 2019 18:55:19 -0400 Subject: [PATCH] Add Nurse Hat to Loadout Cost 1 point, no job restriction --- .../modules/client/preference_setup/loadout/loadout_head.dm | 6 ++++++ 1 file changed, 6 insertions(+) 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