mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-19 14:54:07 +00:00
CLI option -mgen-off to disable wandering monster
This commit is contained in:
parent
3441d86d2c
commit
42f4167a26
@ -800,6 +800,11 @@ int read_cheat_args() {
|
|||||||
else if(argis("-dgl")) {
|
else if(argis("-dgl")) {
|
||||||
glhr::debug_gl = true;
|
glhr::debug_gl = true;
|
||||||
}
|
}
|
||||||
|
else if(argis("-mgen-off")) {
|
||||||
|
PHASEFROM(3);
|
||||||
|
cheat();
|
||||||
|
gen_wandering = false;
|
||||||
|
}
|
||||||
else if(argis("-W")) {
|
else if(argis("-W")) {
|
||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
shift();
|
shift();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user