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

crossbow:: weapon selection in menu

This commit is contained in:
Zeno Rogue
2023-10-26 12:32:36 +02:00
parent 1924a03d7a
commit ddb06573df
2 changed files with 18 additions and 0 deletions

View File

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