1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-29 00:42:19 +00:00

added 'build on walls' to the portal construction menu

This commit is contained in:
Zeno Rogue 2025-08-25 21:15:39 +02:00
parent 0de5f6c648
commit 02ba3ee404

View File

@ -833,6 +833,8 @@ EX void show_portals() {
}
else dialog::addBreak(100);
dialog::addBoolItem_action(XLAT("build on walls"), mapeditor::building_mode, 'B');
walking::add_options();
dialog::addHelp();