1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

arg:: -genlimit

This commit is contained in:
Zeno Rogue 2019-08-06 21:04:09 +02:00
parent 2c63d4869f
commit ae62073799

View File

@ -728,6 +728,10 @@ int read_cheat_args() {
PHASEFROM(2);
shift(); vid.cells_drawn_limit = argi();
}
else if(argis("-genlimit")) {
PHASEFROM(2);
shift(); vid.cells_generated_limit = argi();
}
else if(argis("-sight3")) {
PHASEFROM(2);
shift_arg_formula(sightranges[geometry]);