Merge pull request #5811 from Mechoid/FixDopplerSprite

Gives the Doppler Array a sprite again. It still works somehow!
This commit is contained in:
Neerti
2019-01-09 15:28:17 -05:00
committed by VirgoBot
parent a0cb0a347d
commit 14ee5fb2df
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 118 KiB