mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-01 03:39:16 +00:00
arg:: -genlimit
This commit is contained in:
parent
2c63d4869f
commit
ae62073799
@ -728,6 +728,10 @@ int read_cheat_args() {
|
|||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
shift(); vid.cells_drawn_limit = argi();
|
shift(); vid.cells_drawn_limit = argi();
|
||||||
}
|
}
|
||||||
|
else if(argis("-genlimit")) {
|
||||||
|
PHASEFROM(2);
|
||||||
|
shift(); vid.cells_generated_limit = argi();
|
||||||
|
}
|
||||||
else if(argis("-sight3")) {
|
else if(argis("-sight3")) {
|
||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
shift_arg_formula(sightranges[geometry]);
|
shift_arg_formula(sightranges[geometry]);
|
||||||
|
Loading…
Reference in New Issue
Block a user