mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-14 01:58:06 +00:00
cheatdest_list
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user