1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 13:32:59 +00:00

whatever cont.

This commit is contained in:
Zeno Rogue
2019-05-05 17:33:31 +02:00
parent 531596f0e7
commit 0386f4179c
5 changed files with 11 additions and 14 deletions

View File

@@ -679,17 +679,16 @@ int read_cheat_args() {
PHASE(3); start_game();
viewall();
}
else if(argis("-we")) {
else if(argis("-wef")) {
PHASEFROM(2);
shift_arg_formula(whatever, delayed_geo_reset);
shift(); int index = argi();
shift_arg_formula(whatever[index], delayed_geo_reset);
}
else if(argis("-wei")) {
PHASEFROM(2);
shift(); whateveri = argi(); delayed_geo_reset();
}
else if(argis("-wei2")) {
PHASEFROM(2);
shift(); whateveri2 = argi(); delayed_geo_reset();
shift(); int index = argi();
shift(); whateveri[index] = argi();
delayed_geo_reset();
}
else if(argis("-W3")) {
shift(); top_land = readland(args()); cheat();