1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-23 09:31:23 +00:00
This commit is contained in:
Zeno Rogue
2018-04-03 23:39:18 +02:00
parent 857c8c41cb
commit 22a92059b6
18 changed files with 217 additions and 50 deletions

View File

@@ -386,6 +386,13 @@ else if(args()[0] == '-' && args()[1] == x && args()[2] == '0') { showstartmenu
quantum = true;
autocheat = true;
}
else if(argis("-whirl")) {
PHASE(3);
if(nonbitrunc) restartGame('7');
shift(); whirl::param.first = argi();
shift(); whirl::param.second = argi();
restartGame('w');
}
else if(argis("-P")) {
PHASE(2); shift();
vid.scfg.players = argi();