1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-30 09:17:57 +00:00

unlock_all flag

This commit is contained in:
Zeno Rogue
2024-12-01 12:43:31 +01:00
parent 2f57e5a98a
commit 6cff0839fd
4 changed files with 11 additions and 4 deletions

View File

@@ -197,7 +197,7 @@ EX void ge_land_selection() {
string s = XLAT1(linf[l].name);
if(landvisited[l]) {
if(landvisited[l] || unlock_all) {
dialog::addBoolItem(s, l == specialland, dialog::list_fake_key++);
}
else {