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

disable Yendor on racing

This commit is contained in:
Zeno Rogue 2022-10-06 12:57:58 +02:00
parent 6a626007bb
commit 2a5cdf28c8

View File

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