Fixes disarm not working due to armour.

This commit is contained in:
Erthilo
2012-06-24 01:52:44 +01:00
parent f88f097777
commit 163c269cc3

View File

@@ -47,7 +47,7 @@
if(STUN)
Stun((effect - (min(effect*getarmor(null, "laser"), effect*(0.75 + (blocked*0.05))))))
if(WEAKEN)
Weaken((effect - (min(effect*getarmor(null, "laser"), effect*(0.75 + (blocked*0.05))))))
Weaken(effect/(blocked+1))
if(PARALYZE)
Paralyse(effect/(blocked+1))
if(IRRADIATE)