From 8af39b8da7bf2f6f67e5c42cf57542a0281d3e37 Mon Sep 17 00:00:00 2001 From: Useroth <37159550+Useroth@users.noreply.github.com> Date: Sat, 1 Jun 2019 04:16:37 +0200 Subject: [PATCH] Update godhand.dm --- code/modules/spells/spell_types/godhand.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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)