From 04190aae1132168fc767153e841d6f045c9c5923 Mon Sep 17 00:00:00 2001 From: ReddeyfishVor <36580397+ReddeyfishVor@users.noreply.github.com> Date: Sun, 18 Mar 2018 10:19:18 -0700 Subject: [PATCH] Add waiter uniform as an option in the loadout https://github.com/CHOMPstation/CHOMPstation/issues/31 --- .../client/preference_setup/loadout/loadout_uniform.dm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_uniform.dm b/code/modules/client/preference_setup/loadout/loadout_uniform.dm index 591269f418..f0f114af7f 100644 --- a/code/modules/client/preference_setup/loadout/loadout_uniform.dm +++ b/code/modules/client/preference_setup/loadout/loadout_uniform.dm @@ -240,6 +240,10 @@ path = /obj/item/clothing/under/rank/bartender/skirt allowed_roles = list("Bartender") +/datum/gear/uniform/suit/waiter + display_name = "waiter uniform" + path = /obj/item/clothing/under/waiter + /datum/gear/uniform/scrub display_name = "scrubs selection" path = /obj/item/clothing/under/rank/medical/scrubs @@ -456,4 +460,4 @@ /datum/gear/uniform/westernbustle display_name = "western bustle" - path = /obj/item/clothing/under/dress/westernbustle \ No newline at end of file + path = /obj/item/clothing/under/dress/westernbustle