From a46312ede606e9f5949015e5f1c501d94415573f Mon Sep 17 00:00:00 2001 From: Useroth <37159550+Useroth@users.noreply.github.com> Date: Sat, 1 Jun 2019 04:20:27 +0200 Subject: [PATCH] Update godhand.dm --- code/modules/spells/spell_types/godhand.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/spells/spell_types/godhand.dm b/code/modules/spells/spell_types/godhand.dm index 578b18a4e0..06d1fc3dc5 100644 --- a/code/modules/spells/spell_types/godhand.dm +++ b/code/modules/spells/spell_types/godhand.dm @@ -121,7 +121,7 @@ M.adjustEarDamage(0, 30*mul) M.Knockdown(60*mul) if(prob(40)) - M.Stun(200*mul) + M.Knockdown(200*mul) else M.Jitter(500*mul)