1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 17:10:36 +00:00

fixed a bug where disabling the cheat mode while the land is changed in Geometry Experiments would produce weird lands

This commit is contained in:
Zeno Rogue 2019-11-22 23:10:02 +01:00
parent ee0c8fa253
commit b38caa0ec8

View File

@ -388,7 +388,7 @@ EX void enable_cheat() {
});
else {
popScreen();
firstland = princess::challenge ? laPalace : laIce;
specialland = firstland = princess::challenge ? laPalace : laIce;
restart_game();
}
}