1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-17 03:28:05 +00:00

achievement_gain_once

This commit is contained in:
Zeno Rogue
2020-03-06 14:22:36 +01:00
parent e53ff34cec
commit ca7f0cb4c3
3 changed files with 16 additions and 11 deletions

View File

@@ -360,7 +360,7 @@ EX void initgame() {
#if CAP_CRYSTAL
crystal::used_compass_inside = false;
#endif
got_survivalist = false;
got_achievements = {};
#if CAP_INV
if(inv::on) inv::init();
#endif