diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 3c6e640a65..cc2d439b80 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -851,7 +851,7 @@ /obj/item/clothing/suit/storage/labcoat/fluff/mit name = "MiT Labcoat" desc = "A lab coat from the Martian Institute of Technology with the name 'Dr. Lucina Franco' embroidered onto the right breast pocket." - icon = 'icons/obj/custom_tiems.dmi' + icon = 'icons/obj/custom_items.dmi' icon_state = "mitlabcoat" item_state = "mitlabcoat" @@ -1361,4 +1361,4 @@ name = "cane" desc = "This cane seems to have 'Ryals' engraved on its handle." icon_state = "cane" - item_state = "stick" \ No newline at end of file + item_state = "stick"