diff --git a/code/modules/clothing/under/miscellaneous.dm b/code/modules/clothing/under/miscellaneous.dm index d2c03631d6..91740c31ae 100644 --- a/code/modules/clothing/under/miscellaneous.dm +++ b/code/modules/clothing/under/miscellaneous.dm @@ -639,11 +639,15 @@ name = "white tabard-dress" desc = "A gold-trimmed white tabard-dress with a large V-shaped boob window. For when you want to show off your hips and look classy at the same time." icon_state = "white_tabard" + icon = 'icons/inventory/uniform/mob_ch.dmi' //CHOMPedit + icon_override = 'icons/inventory/uniform/mob_ch.dmi' //CHOMPedit /obj/item/clothing/under/dress/tabard/black name = "black tabard-dress" desc = "A gold-trimmed black tabard-dress with a large circular boob window. For when you want to show off your hips and look classy at the same time." icon_state = "black_tabard" + icon = 'icons/inventory/uniform/mob_ch.dmi' //CHOMPedit + icon_override = 'icons/inventory/uniform/mob_ch.dmi' //CHOMPedit /* * Wedding Stuff diff --git a/icons/inventory/uniform/mob_ch.dmi b/icons/inventory/uniform/mob_ch.dmi index bd8d568b3a..0ac848ca0d 100644 Binary files a/icons/inventory/uniform/mob_ch.dmi and b/icons/inventory/uniform/mob_ch.dmi differ