Merge pull request #3429 from Citadel-Station-13/upstream-merge-31691
[MIRROR] EI NATH! now causes a flash of light
This commit is contained in:
@@ -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()
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user