1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 09:17:57 +00:00

list settings may now be configured to need confirmation to change

This commit is contained in:
Zeno Rogue
2023-10-29 11:00:19 +01:00
parent f76ccef90f
commit 8984cd8cd2
2 changed files with 17 additions and 5 deletions

View File

@@ -661,7 +661,7 @@ EX void showChangeMode() {
menuitem_land_structure('l');
dialog::addBoolItem(XLAT("weapon selection"), bow::weapon, 'b');
dialog::add_action_confirmed([] { pushScreen(bow::showMenu); });
dialog::add_action_push(bow::showMenu);
dialog::addBoolItem(XLAT("puzzle/exploration mode"), peace::on, 'p');
dialog::add_action_push(peace::showMenu);