New "stealthy" award

This commit is contained in:
Neale Pickett 2024-12-05 16:01:00 -07:00
parent d88d44f9e7
commit 1901d6ecbf
1 changed files with 3 additions and 0 deletions

View File

@ -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")
}