1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-02 18:57:56 +00:00

ls:: randomwalk_size parameter added

This commit is contained in:
Zeno Rogue
2023-09-22 12:55:17 +02:00
parent fb5e4d25bb
commit ef93305313
3 changed files with 8 additions and 1 deletions

View File

@@ -437,6 +437,8 @@ EX void show_chaos() {
dialog::addBreak(100);
if(ls::horodisk_structure())
add_edit(horodisk_from);
else if(land_structure == lsChaosRW)
add_edit(randomwalk_size);
else
dialog::addBreak(100);
dialog::addBack();