diff --git a/code/modules/clothing/under/accessories/accessory.dm b/code/modules/clothing/under/accessories/accessory.dm index d5e90443275..7abd22140ce 100644 --- a/code/modules/clothing/under/accessories/accessory.dm +++ b/code/modules/clothing/under/accessories/accessory.dm @@ -1074,7 +1074,7 @@ name = "\improper Burzsian shoulder mantle" desc = "A uniform mantle made out of rudimentary metallic plates. The sigil of Burzsia is pressed into the front of it." desc_extended = "A uniform mantle of metallic plates that provide positronics in Burzsia cheap, rudimentary protection from industrial hazards and shrapnel; it's also been chemically treated to withstand the surface of Burzsia I. Operation history and specifications are printed underneath the back plate, as a failsafe for field operators to quickly identify the unit in the event it is damaged to the point where said information cannot be discerned through other means." - icon = 'icons/clothing/accessories/bz_gorget.dmi' + icon = 'icons/clothing/accessories/bz_mantle.dmi' icon_state = "ipcmantle" item_state = "ipcmantle" contained_sprite = TRUE diff --git a/icons/clothing/accessories/BZ_Gorget.dmi b/icons/clothing/accessories/BZ_Gorget.dmi deleted file mode 100644 index 7089a8396a9..00000000000 Binary files a/icons/clothing/accessories/BZ_Gorget.dmi and /dev/null differ diff --git a/icons/clothing/accessories/bz_gorget.dmi b/icons/clothing/accessories/bz_mantle.dmi similarity index 85% rename from icons/clothing/accessories/bz_gorget.dmi rename to icons/clothing/accessories/bz_mantle.dmi index 04b2203747f..5f7efafff2f 100644 Binary files a/icons/clothing/accessories/bz_gorget.dmi and b/icons/clothing/accessories/bz_mantle.dmi differ