added ckeat option -unlock-all

This commit is contained in:
Zeno Rogue 2021-04-15 18:20:28 +02:00
parent 6bd2038f88
commit 9ffc5cd03f
1 changed files with 3 additions and 0 deletions

View File

@ -762,6 +762,9 @@ int read_cheat_args() {
PHASE(3); start_game();
viewall();
}
else if(argis("-unlock-all")) {
cheat(); all_unlocked = true;
}
else if(argis("-wef")) {
PHASEFROM(2);
shift(); int index = argi();