Bugfix: Damage was broke

This commit is contained in:
cib
2012-03-24 16:54:35 -08:00
parent 6815be394c
commit a55fe84284
@@ -104,7 +104,7 @@ emp_act
var/power = I.force
if(I.w_class >= 4)
power *= 2
apply_damage(, I.damtype, affecting, armor, is_cut(I), I.name)
apply_damage(power, I.damtype, affecting, armor, is_cut(I), I.name)
var/bloody = 0
if((I.damtype == BRUTE) && prob(25 + is_sharp(I) * 50 + (I.force * 2)))