Fix ghosts fucking with flashers.

This commit is contained in:
Rob Nelson
2014-01-19 01:19:10 -08:00
parent 9ba2702451
commit ebe1ab0263

View File

@@ -12,6 +12,8 @@
var/strength = 10 //How weakened targets are when flashed.
var/base_state = "mflash"
anchored = 1
ghost_read=0
ghost_write=0
/obj/machinery/flasher/portable //Portable version of the flasher. Only flashes when anchored
name = "portable flasher"
@@ -67,6 +69,7 @@
use_power(1000)
for (var/mob/O in viewers(src, null))
if(isobserver(O)) continue
if (get_dist(src, O) > src.range)
continue