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

improvement to rulegen3

This commit is contained in:
Zeno Rogue
2022-07-17 12:54:35 +02:00
parent b76bddb47b
commit e7818829e2
2 changed files with 264 additions and 3 deletions

View File

@@ -2465,6 +2465,7 @@ auto hooks = addHook(hooks_configfile, 100, [] {
param_i(max_shortcut_length, "max_shortcut_length");
param_i(rulegen_timeout, "rulegen_timeout");
param_i(first_restart_on, "first_restart_on");
param_i(max_ignore_level, "max_ignore_level");
});
EX void parse_treestate(arb::arbi_tiling& c, exp_parser& ep) {