From 9b0db44f47983c57fefaa6b39a6962dcc427fdc4 Mon Sep 17 00:00:00 2001 From: Aurorablade Date: Sat, 10 Jun 2017 22:36:49 -0400 Subject: [PATCH] fix --- code/modules/clothing/suits/jobs.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/suits/jobs.dm b/code/modules/clothing/suits/jobs.dm index 9098abed686..f28c87109fc 100644 --- a/code/modules/clothing/suits/jobs.dm +++ b/code/modules/clothing/suits/jobs.dm @@ -120,8 +120,9 @@ body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|ARMS allowed = list(/obj/item/weapon/storage/bible, /obj/item/weapon/nullrod, /obj/item/weapon/reagent_containers/food/drinks/bottle/holywater, /obj/item/weapon/storage/fancy/candle_box, /obj/item/candle, /obj/item/weapon/tank/emergency_oxygen) - //Chef - /obj/item/clothing/suit/toggle/chef + + //Chef +/obj/item/clothing/suit/toggle/chef name = "chef's apron"