1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +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);
shift_arg_formula(sightranges[geometry]);
}
else if(argis("-gen3")) {
PHASEFROM(2);
shift_arg_formula(extra_generation_distance);
}
else if(argis("-quantum")) {
cheat();
quantum = true;