mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-06 03:22:49 +00:00
added ckeat option -unlock-all
This commit is contained in:
parent
6bd2038f88
commit
9ffc5cd03f
@ -762,6 +762,9 @@ int read_cheat_args() {
|
|||||||
PHASE(3); start_game();
|
PHASE(3); start_game();
|
||||||
viewall();
|
viewall();
|
||||||
}
|
}
|
||||||
|
else if(argis("-unlock-all")) {
|
||||||
|
cheat(); all_unlocked = true;
|
||||||
|
}
|
||||||
else if(argis("-wef")) {
|
else if(argis("-wef")) {
|
||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
shift(); int index = argi();
|
shift(); int index = argi();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user