1
0
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:
Zeno Rogue 2019-04-23 18:48:41 +02:00
parent 27ae6b3cd9
commit 29ea282beb

View File

@ -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;