1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-31 14:02:59 +00:00

(incomplete) some preparation for the Lovasz Conjecture achievement

This commit is contained in:
Zeno Rogue
2021-03-21 11:30:42 +01:00
parent ee1837e3d8
commit e57fc630b4
4 changed files with 17 additions and 2 deletions

View File

@@ -338,6 +338,10 @@ EX void initgame() {
generate_mines();
}
if(specialland == laMotion && bounded && !chaosmode && !daily::on) {
cwt.at->item = itOrbInvis;
}
princess::squeaked = false;
clearing::current_root = NULL;