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:
parent
c436130d67
commit
c7b24363bb
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user