Update godhand.dm

This commit is contained in:
Useroth
2019-06-01 04:16:37 +02:00
committed by GitHub
parent d8d9d6efeb
commit 8af39b8da7
+2 -3
View File
@@ -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)
qdel(src)