From 8bc31fc027f0c474a9b06a45430a4173bb1e6987 Mon Sep 17 00:00:00 2001 From: Anewbe Date: Sat, 8 Apr 2017 13:15:06 -0500 Subject: [PATCH] Fixes the EMT labcoat sprite --- code/modules/clothing/suits/labcoat.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/suits/labcoat.dm b/code/modules/clothing/suits/labcoat.dm index 5ca3f0fc998..63d5faa51c5 100644 --- a/code/modules/clothing/suits/labcoat.dm +++ b/code/modules/clothing/suits/labcoat.dm @@ -97,6 +97,7 @@ /obj/item/clothing/suit/storage/toggle/labcoat/emt name = "EMT's labcoat" desc = "A dark blue labcoat with reflective strips for emergency medical technicians." + icon_state = "labcoat_emt" item_state_slots = list(slot_r_hand_str = "emt_labcoat", slot_l_hand_str = "emt_labcoat") /obj/item/clothing/suit/storage/toggle/labcoat/blue_edge