mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-06 14:01:48 +00:00
commandline option -gen3
This commit is contained in:
parent
27ae6b3cd9
commit
29ea282beb
@ -732,6 +732,10 @@ int read_cheat_args() {
|
|||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
shift_arg_formula(sightranges[geometry]);
|
shift_arg_formula(sightranges[geometry]);
|
||||||
}
|
}
|
||||||
|
else if(argis("-gen3")) {
|
||||||
|
PHASEFROM(2);
|
||||||
|
shift_arg_formula(extra_generation_distance);
|
||||||
|
}
|
||||||
else if(argis("-quantum")) {
|
else if(argis("-quantum")) {
|
||||||
cheat();
|
cheat();
|
||||||
quantum = true;
|
quantum = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user