mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-14 10:08:06 +00:00
extra guards
This commit is contained in:
@@ -721,12 +721,14 @@ int read_cheat_args() {
|
||||
inv::compute();
|
||||
}
|
||||
#endif
|
||||
#if CAP_COMPLEX2
|
||||
else if(argis("-ambush")) {
|
||||
// make all ambushes use the given number of dogs
|
||||
// example: hyper -W Hunt -IP Shield 1 -ambush 60
|
||||
PHASE(3) cheat();
|
||||
shift(); ambush::fixed_size = argi();
|
||||
}
|
||||
#endif
|
||||
else if(argis("-testdistances")) {
|
||||
PHASE(3); shift(); test_distances(argi());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user