Chaos mode is now always unlocked in autocheat

This commit is contained in:
Zeno Rogue 2018-11-27 19:44:32 +01:00
parent e9920d8d57
commit 6c25d2297e
1 changed files with 1 additions and 0 deletions

View File

@ -532,6 +532,7 @@ void showChangeMode() {
}
#endif
else if(uni == 'C') {
chaosUnlocked = chaosUnlocked || autocheat;
if(chaosUnlocked) restart_game(rg::chaos);
if(!chaosUnlocked) help_nochaos();
}