diff --git a/code/game/objects/structures/coathanger.dm b/code/game/objects/structures/coathanger.dm index 86dc703e9d3..d3368bd443c 100644 --- a/code/game/objects/structures/coathanger.dm +++ b/code/game/objects/structures/coathanger.dm @@ -5,7 +5,7 @@ icon_state = "coatrack0" var/obj/item/clothing/suit/coat var/list/allowed = list(/obj/item/clothing/suit/storage/toggle/labcoat, /obj/item/clothing/suit/storage/toggle/det_trench, - /obj/item/clothing/suit/storage/forensics, /obj/item/clothing/suit/storage/toggle/trench) + /obj/item/clothing/suit/storage/toggle/forensics, /obj/item/clothing/suit/storage/toggle/trench) /obj/structure/coatrack/attack_hand(mob/user as mob) if (!ishuman(user)) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 3095879e3aa..8b0c46cd403 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -131,7 +131,7 @@ All custom items with worn sprites must follow the contained sprite system: http item_state = "ana_uniform" contained_sprite = TRUE -/obj/item/clothing/suit/storage/forensics/fluff/ana_jacket //CSI Jacket - Ana Roh'hi'tin - suethecake +/obj/item/clothing/suit/storage/toggle/forensics/fluff/ana_jacket //CSI Jacket - Ana Roh'hi'tin - suethecake name = "CSI jacket" desc = "A black jacket with the words \"CSI\" printed in the back in bright, white letters." icon = 'icons/obj/custom_items/ana_clothing.dmi' @@ -2122,10 +2122,10 @@ All custom items with worn sprites must follow the contained sprite system: http icon_state = "coalition-fisanduh" /obj/structure/sign/flag/fisanduh_coalition/left - icon_state = "coalition-fisanduh_l" + icon_state = "fisanduh_coalition_l" /obj/structure/sign/flag/fisanduh_coalition/right - icon_state = "coalition-fisanduh_r" + icon_state = "fisanduh_coalition_r" /obj/item/flag/fluff/bian_flag //Coalition Fisanduh Unity Flag - Bian Quy Le - persephoneq name = "coalition fisanduh unity flag" diff --git a/icons/obj/custom_items/ana_clothing.dmi b/icons/obj/custom_items/ana_clothing.dmi index a980ec7b93e..f539b1170dc 100644 Binary files a/icons/obj/custom_items/ana_clothing.dmi and b/icons/obj/custom_items/ana_clothing.dmi differ diff --git a/icons/obj/decals.dmi b/icons/obj/decals.dmi index 5e0382b5d86..4a610be498f 100644 Binary files a/icons/obj/decals.dmi and b/icons/obj/decals.dmi differ