mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
other-rule changing allowed in honeycomb-rule-generator
This commit is contained in:
parent
256b12b140
commit
776ffb35e2
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user