Skip to content

Commit

Permalink
New "stealthy" award
Browse files Browse the repository at this point in the history
  • Loading branch information
Neale Pickett committed Dec 5, 2024
1 parent d88d44f commit 1901d6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions www/replay.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ class Replay {
if (TotalDeaths[uid] == 0) {
award.push("invincible")
}
if (TotalDeaths[uid] < ngames*0.33) {
award.push("stealthy")
}
if (TotalDeaths[uid] == ngames) {
award.push("wasted")
}
Expand Down

0 comments on commit 1901d6e

Please sign in to comment.