mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 10:17:56 +00:00
PTM is now searchable
This commit is contained in:
@@ -763,7 +763,7 @@ EX void showChangeMode() {
|
||||
dialog::add_action_confirmed([] { restart_game(rg::inv); });
|
||||
|
||||
dialog::addBoolItem(XLAT("pure tactics mode"), (tactic::on), 't');
|
||||
dialog::add_action_push_clear(tactic::showMenu);
|
||||
dialog::add_action(tactic::start);
|
||||
|
||||
dialog::addBoolItem(XLAT("Yendor Challenge"), (yendor::on), 'y');
|
||||
dialog::add_action([] {
|
||||
|
Reference in New Issue
Block a user