diff --git a/nsv13/code/modules/overmap/fighters/construction.dm b/nsv13/code/modules/overmap/fighters/construction.dm index a0171e6705c..8276a0b4185 100644 --- a/nsv13/code/modules/overmap/fighters/construction.dm +++ b/nsv13/code/modules/overmap/fighters/construction.dm @@ -14,8 +14,7 @@ /obj/item/fighter_component/targeting_sensor name = "\improper Fighter Targeting Sensors" - icon = 'icons/obj/crates.dmi' - icon_state = "weapon_crate" + icon_state = "targeting_sensor" tier = null //Cannot be upgraded. //Woe betide all ye who venture here. diff --git a/nsv13/icons/obj/fighter_components.dmi b/nsv13/icons/obj/fighter_components.dmi index 19ab2d06627..6acac2f1dae 100644 Binary files a/nsv13/icons/obj/fighter_components.dmi and b/nsv13/icons/obj/fighter_components.dmi differ