1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-05 08:13:01 +00:00

rulegen:: apply arb::convert, and imrpoved generation

This commit is contained in:
Zeno Rogue
2021-07-29 16:15:40 +02:00
parent c996805533
commit 4a0f688673
2 changed files with 18 additions and 15 deletions

View File

@@ -343,6 +343,7 @@ EX void initcells() {
#if CAP_CRYSTAL
else if(cryst) currentmap = crystal::new_map();
#endif
else if(arb::in() && rulegen::known()) currentmap = rulegen::new_hrmap_rulegen();
else if(arb::in()) currentmap = arb::new_map();
#if CAP_ARCM
else if(arcm::in()) currentmap = arcm::new_map();