diff --git a/code/game/machinery/pointdefense.dm b/code/game/machinery/pointdefense.dm index 7be2b8d14300..11371572ea8a 100644 --- a/code/game/machinery/pointdefense.dm +++ b/code/game/machinery/pointdefense.dm @@ -117,7 +117,7 @@ GLOBAL_LIST_BOILERPLATE(pointdefense_turrets, /obj/machinery/power/pointdefense) /obj/machinery/power/pointdefense name = "\improper point defense battery" icon = 'icons/obj/pointdefense.dmi' - icon_state = "pointdefense2" + icon_state = "pointdefense" desc = "A Kuiper pattern anti-meteor battery. Capable of destroying most threats in a single salvo." description_info = "Must have the same ident tag as a fire assist mainframe on the same facility. Use a multitool to set the ident tag." density = TRUE diff --git a/icons/obj/pointdefense.dmi b/icons/obj/pointdefense.dmi index 847a4056b308..19f09e84d0c1 100644 Binary files a/icons/obj/pointdefense.dmi and b/icons/obj/pointdefense.dmi differ