From 9ffc5cd03fcb2769d88d7cdbb6cc06b4c801fd79 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 15 Apr 2021 18:20:28 +0200 Subject: [PATCH] added ckeat option -unlock-all --- debug.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debug.cpp b/debug.cpp index 8d88461d..beb585b5 100644 --- a/debug.cpp +++ b/debug.cpp @@ -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();