mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-14 13:57:38 +00:00
improved add_unlocked as a cheat
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user