diff --git a/code/modules/spells/spell_types/godhand.dm b/code/modules/spells/spell_types/godhand.dm index 33f947408a..5ddfb704bf 100644 --- a/code/modules/spells/spell_types/godhand.dm +++ b/code/modules/spells/spell_types/godhand.dm @@ -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() ..()