buff kills
This commit is contained in:
parent
155257514d
commit
23b890f4f0
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}`);
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue