Allows xeno weeds to regenerate lost blood

Honestly this should have been a thing since forever ago but whatever.
This commit is contained in:
Poojawa
2019-08-26 09:08:00 -05:00
parent d60ba0a207
commit d7ec568efc
@@ -88,6 +88,8 @@
owner.adjustFireLoss(-heal_amt)
owner.adjustOxyLoss(-heal_amt)
owner.adjustCloneLoss(-heal_amt)
if(owner.blood_volume && (owner.blood_volume < BLOOD_VOLUME_NORMAL))
owner.blood_volume += 5
else
owner.adjustPlasma(plasma_rate * 0.1)