mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-30 17:27:57 +00:00
customize land mode
This commit is contained in:
@@ -685,6 +685,9 @@ EX void showChangeMode() {
|
||||
multi::cpid = 0;
|
||||
menuitem_land_structure('l');
|
||||
|
||||
dialog::addBoolItem(XLAT("custom land list"), use_custom_land_list, 'L');
|
||||
dialog::add_action_push(customize_land_list);
|
||||
|
||||
dialog::addBoolItem(XLAT("weapon selection"), bow::weapon, 'b');
|
||||
dialog::add_action_push(bow::showMenu);
|
||||
|
||||
|
Reference in New Issue
Block a user