Skip to content

Commit c7992c1

Browse files
d3athrowZomgPonies
authored andcommitted
Buff vampire blood sucking damage
1 parent bd980f1 commit c7992c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: code/game/gamemodes/vampire/vampire.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ You are weak to holy things and starlight. Don't go into space and avoid the Cha
282282
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
283283
src.mind.vampire.bloodtotal += blood
284284
src.mind.vampire.bloodusable += blood
285-
H.adjustCloneLoss(5) // beep boop 10 damage
285+
H.adjustCloneLoss(10) // beep boop 10 damage
286286
else
287287
blood = min(5, H.vessel.get_reagent_amount("blood"))// The dead only give 5 bloods
288288
src.mind.vampire.bloodtotal += blood

0 commit comments

Comments
 (0)