diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 612d96920bb..c8bc1582081 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -421,7 +421,7 @@ All custom items with worn sprites must follow the contained sprite system: http contained_sprite = TRUE -/obj/item/clothing/accessory/badge/fluff/dylan_tags //Dog Tags - Dylan Sutton - sircatnip +/obj/item/clothing/accessory/badge/fluff/dylan_tags //Dog Tags - Dylan Wright - sircatnip name = "dog tags" desc = "Some black dog tags, engraved on them is the following: \"Wright, Dylan L, O POS, Pacific Union Special Forces\"." icon = 'icons/obj/custom_items/dylan_tags.dmi' @@ -2377,7 +2377,7 @@ obj/item/clothing/suit/storage/hooded/fluff/make_poncho //Raincoat Poncho - M.A. /obj/item/clothing/suit/storage/toggle/fluff/talon_coat //Embroidered Coat - Talon Hatfield - dronztheWolf name = "embroidered coat" desc = " Martian long coat, made to fend off dust storms and other unpleasantries. This one has a few patches sewn into it depicting: A Solarian flag, a Batallion number, and a large sun." - icon = 'icons/obj/custom_items/ryan_jacket.dmi' + icon = 'icons/obj/custom_items/talon_coat.dmi' icon_state = "talon_coat" item_state = "talon_coat" icon_open = "talon_coat_open" diff --git a/icons/mob/custom_synthetic.dmi b/icons/mob/custom_synthetic.dmi index fe9527ff8f1..1564cca7453 100644 Binary files a/icons/mob/custom_synthetic.dmi and b/icons/mob/custom_synthetic.dmi differ