mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-08 16:12:06 +00:00
after 3 illegal moves, provide some suggestions regarding possible skip-moves and Orb uses
This commit is contained in:
+2
-1
@@ -455,7 +455,7 @@ EX void initgame() {
|
||||
|
||||
lastsafety = gold();
|
||||
bfs();
|
||||
checkmove();
|
||||
checkmove(false);
|
||||
playermoved = true;
|
||||
|
||||
if(quotient || sphere)
|
||||
@@ -1533,6 +1533,7 @@ EX void stop_game() {
|
||||
#endif
|
||||
// items[itGreenStone] = 100;
|
||||
game_active = false;
|
||||
movehints_ticks = 0;
|
||||
clearMemory();
|
||||
#if CAP_DAILY
|
||||
if(daily::on)
|
||||
|
||||
Reference in New Issue
Block a user