Buff vampire blood sucking damage

This commit is contained in:
d3athrow
2014-05-29 18:16:49 -04:00
committed by ZomgPonies
parent bd980f155c
commit c7992c15b8
+1 -1
View File
@@ -282,7 +282,7 @@ You are weak to holy things and starlight. Don't go into space and avoid the Cha
blood = min(10, H.vessel.get_reagent_amount("blood"))// if they have less than 10 blood, give them the remnant else they get 10 blood
src.mind.vampire.bloodtotal += blood
src.mind.vampire.bloodusable += blood
H.adjustCloneLoss(5) // beep boop 10 damage
H.adjustCloneLoss(10) // beep boop 10 damage
else
blood = min(5, H.vessel.get_reagent_amount("blood"))// The dead only give 5 bloods
src.mind.vampire.bloodtotal += blood