1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-23 09:57:41 +00:00

ls:: horodisk mode now has a parameter controlling perfection vs density

This commit is contained in:
Zeno Rogue
2023-09-18 11:09:06 +02:00
parent 9031b32cf4
commit f62fcc12fc
3 changed files with 17 additions and 2 deletions

View File

@@ -435,6 +435,10 @@ EX void show_chaos() {
if(casual) dialog::addInfo("(but the casual mode is on)");
dialog::addBreak(100);
if(ls::horodisk_structure())
add_edit(horodisk_from);
else
dialog::addBreak(100);
dialog::addBack();
dialog::display();
}