1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-24 17:10:36 +00:00

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

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: