1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-20 15:40:26 +00:00

reduced the default max_tcellcount

This commit is contained in:
Zeno Rogue 2021-07-31 15:48:12 +02:00
parent 8d5d311555
commit c843af9131

View File

@ -13,7 +13,7 @@ EX namespace rulegen {
/* limits */
EX int max_retries = 999;
EX int max_tcellcount = 8000000;
EX int max_tcellcount = 1000000;
EX int max_adv_steps = 100;
EX int max_examine_branch = 5040;
EX int max_bdata = 1000;