diff --git a/code/modules/spells/spell_types/godhand.dm b/code/modules/spells/spell_types/godhand.dm index a08b5baa13..578b18a4e0 100644 --- a/code/modules/spells/spell_types/godhand.dm +++ b/code/modules/spells/spell_types/godhand.dm @@ -120,9 +120,8 @@ M.stuttering += 20*mul M.adjustEarDamage(0, 30*mul) M.Knockdown(60*mul) - if(prob(30)) + if(prob(40)) M.Stun(200*mul) - M.Unconscious(80*mul) else M.Jitter(500*mul) @@ -178,4 +177,4 @@ charges-- if(charges <= 0) - qdel(src) \ No newline at end of file + qdel(src)