other-rule changing allowed in honeycomb-rule-generator

This commit is contained in:
Zeno Rogue 2021-05-20 23:15:55 +02:00
parent 256b12b140
commit 776ffb35e2
1 changed files with 4 additions and 0 deletions

View File

@ -533,6 +533,10 @@ auto fqhook =
else if(argis("-no-rule")) {
reg3::reg3_rule_available = false;
}
else if(argis("-other-rule")) {
reg3::reg3_rule_available = true;
shift(); reg3::other_rule = args();
}
else if(argis("-urf")) {
cheat(); fieldpattern::use_rule_fp = true;
}