diff --git a/code/game/machinery/doppler_array.dm b/code/game/machinery/doppler_array.dm index 7a4087e2c4..e0fc32e082 100644 --- a/code/game/machinery/doppler_array.dm +++ b/code/game/machinery/doppler_array.dm @@ -4,6 +4,8 @@ var/list/doppler_arrays = list() name = "tachyon-doppler array" desc = "A highly precise directional sensor array which measures the release of quants from decaying tachyons. The doppler shifting of the mirror-image formed by these quants can reveal the size, location and temporal affects of energetic disturbances within a large radius ahead of the array." + icon_state = "doppler" + /obj/machinery/doppler_array/New() ..() doppler_arrays += src diff --git a/icons/obj/stationobjs.dmi b/icons/obj/stationobjs.dmi index e83faea146..fe29bd535c 100644 Binary files a/icons/obj/stationobjs.dmi and b/icons/obj/stationobjs.dmi differ