1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-29 06:20:41 +00:00

srx and rch command line options

This commit is contained in:
Zeno Rogue 2017-09-30 11:39:41 +02:00
parent 064435aea1
commit 3e494f40f5

View File

@ -340,6 +340,14 @@ else if(args()[0] == '-' && args()[1] == x && args()[2] == '0') { showstartmenu
PHASEFROM(2); PHASEFROM(2);
shift(); sightrange = argi(); shift(); sightrange = argi();
} }
else if(argis("-srx")) {
PHASEFROM(2);
shift(); sightrange = argi(); overgenerate = true; autocheat = true;
}
else if(argis("-rch")) {
PHASEFROM(2);
reptilecheat = true; autocheat = true; firstland = laReptile;
}
#if CAP_SDL #if CAP_SDL
else if(argis("-pngshot")) { else if(argis("-pngshot")) {
PHASE(3); shift(); PHASE(3); shift();