buff kills
This commit is contained in:
parent
ac472168b6
commit
59cf8f56e3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue