Update godhand.dm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user