1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-14 01:58:06 +00:00

cheatdest_list

This commit is contained in:
Zeno Rogue
2022-12-13 19:05:39 +01:00
parent 39ce564d40
commit 557d3206a8
2 changed files with 13 additions and 0 deletions

View File

@@ -641,6 +641,11 @@ int read_cheat_args() {
else if(argis("-W2")) {
shift(); cheatdest = readland(args()); cheat();
showstartmenu = false;
cheatdest_list.clear();
}
else if(argis("-W3")) {
shift(); cheatdest_list.push_back(readland(args())); cheat();
showstartmenu = false;
}
else if(argis("-I")) {
PHASE(3) cheat();