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

CLI option -mgen-off to disable wandering monster

This commit is contained in:
Zeno Rogue 2020-02-13 11:08:39 +01:00
parent 3441d86d2c
commit 42f4167a26

View File

@ -800,6 +800,11 @@ int read_cheat_args() {
else if(argis("-dgl")) {
glhr::debug_gl = true;
}
else if(argis("-mgen-off")) {
PHASEFROM(3);
cheat();
gen_wandering = false;
}
else if(argis("-W")) {
PHASEFROM(2);
shift();