mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-08 17:53:00 +00:00
commandline option -gen3
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user