1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 00:47:40 +00:00

fixes to daily leaderboards

This commit is contained in:
Zeno Rogue
2018-05-27 01:06:12 +02:00
parent 319190b0dd
commit 9fb73c79bb
3 changed files with 13 additions and 3 deletions

View File

@@ -3286,6 +3286,9 @@ void gainItem(eItem it) {
items[it]++; if(it != itLotus) updateHi(it, items[it]);
achievement_collection(it, gold(), g);
multi::treasures[multi::cpid]++;
#if CAP_DAILY
if(daily::on) achievement_final(false);
#endif
}
string itemcounter(int qty) {