improved add_unlocked as a cheat

This commit is contained in:
Zeno Rogue
2021-04-15 17:22:47 +02:00
parent c436130d67
commit c7b24363bb
+1 -1
View File
@@ -176,7 +176,7 @@ EX bool landUnlocked(eLand l) {
}
if(all_unlocked) {
if(hiitemsMax(treasureType(l)) >= 10) return true;
if(autocheat || hiitemsMax(treasureType(l)) >= 10) return true;
}
back: