buffs toxinlover blood deletion penalty

This commit is contained in:
Poojawa
2019-08-27 02:42:45 -05:00
parent bd49187ea7
commit fd16520ac0
@@ -86,7 +86,7 @@
if(!forced && HAS_TRAIT(src, TRAIT_TOXINLOVER)) //damage becomes healing and healing becomes damage
amount = -amount
if(amount > 0)
blood_volume -= 5*amount
blood_volume -= 3*amount // x5 is too much, x3 should be still penalizing enough.
else
blood_volume -= amount
return ..()