1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-16 06:37:38 +00:00

racing:: myname added to scores

This commit is contained in:
Zeno Rogue
2019-01-17 14:08:10 +01:00
parent 47e43f974c
commit 46b87a20b2
3 changed files with 5 additions and 0 deletions

View File

@@ -1100,6 +1100,7 @@ void uploadScore() {
for(eLand l: race_lands) {
int i = get_score_in_land(l);
if(!i) continue;
scoreboard[myname()][l] = i;
int score = 60000000 / i; // 1000 points for minute, 2000 points for 30 sec
tscore += score;
}