1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-06 18:57:02 +00:00

disable custom_land_list in princess

This commit is contained in:
Zeno Rogue 2024-05-08 21:32:26 +02:00
parent 50881f519f
commit 723422e137

View File

@ -1630,6 +1630,7 @@ EX void switch_game_mode(char switchWhat) {
land_structure = princess::challenge ? lsSingle : lsNiceWalls;
inv::on = false;
racing::on = false;
use_custom_land_list = false;
dual::disable();
break;