EI NATH! now causes a flash of light (#31691)

i've been reading too much harry potter
This commit is contained in:
MoreRobustThanYou
2017-10-15 22:03:30 -04:00
committed by CitadelStationBot
parent be2dc49384
commit 1b7cd05752
@@ -54,6 +54,9 @@
return
var/mob/M = target
do_sparks(4, FALSE, M.loc)
for(var/mob/living/L in view(src, 7))
if(L != user)
L.flash_act(affect_silicon = FALSE)
M.gib()
..()