diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 9f1c834d68b..2b56cf74298 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -847,6 +847,15 @@ species_fit = null sprite_sheets = null +/obj/item/clothing/suit/storage/labcoat/fluff/pulsecoat //ozewse : Daniel Harper : Donated to them by Runemeds, who is the original donor. + name = "EMT pulse coat" + desc = "An EMT labcoat modified to track the wearer's heartbeat. It's so worn out that it doesn't seem to accurately track heartbeat anymore. Also, the zipper is stuck." + icon = 'icons/obj/custom_items.dmi' + icon_state = "pulsecoat" + item_state = "pulsecoat" + ignore_suitadjust = 1 + actions_types = list() + /obj/item/clothing/suit/jacket/miljacket/patch // sniper_fairy : P.A.T.C.H. name = "custom purple military jacket" desc = "A canvas jacket styled after classical American military garb. Feels sturdy, yet comfortable. This one has a medical patch on it." diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index a2c478e18e1..3f3c3ddb090 100644 Binary files a/icons/mob/suit.dmi and b/icons/mob/suit.dmi differ diff --git a/icons/obj/custom_items.dmi b/icons/obj/custom_items.dmi index b68005d0c4f..d762918a650 100644 Binary files a/icons/obj/custom_items.dmi and b/icons/obj/custom_items.dmi differ