1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-18 15:37:40 +00:00

tes:: convert:: an option to produce minimal representation

This commit is contained in:
Zeno Rogue
2022-06-23 10:29:49 +02:00
parent d20b6a2e0f
commit 18549100f1
3 changed files with 98 additions and 3 deletions

View File

@@ -2476,6 +2476,7 @@ EX void show() {
}
});
add_edit(arb::convert::minimize_on_convert);
dialog::addBoolItem(XLAT("strict tree based"), currentmap->strict_tree_rules(), 's');
dialog::add_action([] {
if(!currentmap->strict_tree_rules()) {