buff kills

This commit is contained in:
biglyderv 2024-10-19 18:28:33 -04:00
parent ac472168b6
commit 59cf8f56e3

View file

@ -117,7 +117,7 @@ class Player extends Entity {
console.log(`Player ${target.you} died to a player ${ent.you}`);
ent.health -= dmg;
if (ent.health > 100) ent.health = 100;
ent.headCount += 100;
ent.headCount += 500;
}
}
}