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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user