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

ls:: landscape land structure

This commit is contained in:
Zeno Rogue
2024-03-21 20:15:45 +01:00
parent 6b723977dd
commit fdf83820f2
6 changed files with 40 additions and 5 deletions

View File

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