1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-10 17:12:06 +00:00

after 3 illegal moves, provide some suggestions regarding possible skip-moves and Orb uses

This commit is contained in:
Zeno Rogue
2026-04-18 14:06:35 +02:00
parent b518948af2
commit a7a3d13b70
14 changed files with 108 additions and 37 deletions
+1 -1
View File
@@ -1024,7 +1024,7 @@ EX void handleInput(int delta, config &scfg) {
}
if(multi::activePlayers() == 1) {
multi::checkonly = true;
checkmove();
checkmove(false);
multi::checkonly = false;
}
}