1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-16 11:08:05 +00:00

the -W cheat is now better at keeping the land after F5

This commit is contained in:
Zeno Rogue
2017-10-12 00:20:53 +02:00
parent c09d9532ef
commit aba5ef5358
2 changed files with 6 additions and 3 deletions

View File

@@ -136,7 +136,8 @@ int arg::readCommon() {
showstartmenu = false;
}
else if(argis("-W")) {
shift(); firstland = specialland = readland(args());
shift();
firstland0 = firstland = specialland = readland(args()); autocheat = true;
showstartmenu = false;
}
else if(argis("-I")) {