mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-22 14:00:13 +00:00
honeycomb_rule_generator:: extra options
This commit is contained in:
parent
17e056cdb4
commit
8538ec695a
@ -477,6 +477,12 @@ auto fqhook =
|
||||
using namespace arg;
|
||||
|
||||
if(0) ;
|
||||
else if(argis("-extra-verification")) {
|
||||
reg3::extra_verification++;
|
||||
}
|
||||
else if(argis("-no-rule")) {
|
||||
reg3::reg3_rule_available = false;
|
||||
}
|
||||
else if(argis("-gen-rule")) {
|
||||
shift(); test_canonical(args());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user