mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +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")) {
|
else if(argis("-no-rule")) {
|
||||||
reg3::reg3_rule_available = false;
|
reg3::reg3_rule_available = false;
|
||||||
}
|
}
|
||||||
|
else if(argis("-other-rule")) {
|
||||||
|
reg3::reg3_rule_available = true;
|
||||||
|
shift(); reg3::other_rule = args();
|
||||||
|
}
|
||||||
else if(argis("-urf")) {
|
else if(argis("-urf")) {
|
||||||
cheat(); fieldpattern::use_rule_fp = true;
|
cheat(); fieldpattern::use_rule_fp = true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user