fleshmend restores 30 blood volume

This commit is contained in:
uraniummeltdown
2017-09-26 07:51:48 +04:00
parent 1503dee51e
commit 96c9e836c2
@@ -48,6 +48,7 @@
var/healpertick = -(total_healing / healing_ticks)
user.heal_overall_damage((-healpertick/recent_uses), (-healpertick/recent_uses))
user.adjustOxyLoss(healpertick/recent_uses)
user.blood_volume += 30
user.updatehealth()
else
break