diff --git a/common/player.js b/common/player.js index 9e02f12..dd2b016 100644 --- a/common/player.js +++ b/common/player.js @@ -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; } } }