We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd980f1 commit c7992c1Copy full SHA for c7992c1
code/game/gamemodes/vampire/vampire.dm
@@ -282,7 +282,7 @@ You are weak to holy things and starlight. Don't go into space and avoid the Cha
282
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
283
src.mind.vampire.bloodtotal += blood
284
src.mind.vampire.bloodusable += blood
285
- H.adjustCloneLoss(5) // beep boop 10 damage
+ H.adjustCloneLoss(10) // beep boop 10 damage
286
else
287
blood = min(5, H.vessel.get_reagent_amount("blood"))// The dead only give 5 bloods
288
0 commit comments