buff kills

This commit is contained in:
biglyderv 2024-11-25 14:14:21 -05:00
parent 155257514d
commit 23b890f4f0

View file

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