mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-28 04:17:39 +00:00
land structure in menu does not display OFF if ineligible_starting_land
This commit is contained in:
@@ -691,7 +691,7 @@ EX void menuitem_land_structure(char key) {
|
|||||||
nice_walls_available() ? lsNiceWalls :
|
nice_walls_available() ? lsNiceWalls :
|
||||||
lsNoWalls;
|
lsNoWalls;
|
||||||
|
|
||||||
if(ls == land_structure)
|
if(ls == land_structure && !ineligible_starting_land)
|
||||||
dialog::addBoolItem(XLAT("land structure"), false, key);
|
dialog::addBoolItem(XLAT("land structure"), false, key);
|
||||||
else
|
else
|
||||||
dialog::addSelItem(XLAT("land structure"), land_structure_name(true), key);
|
dialog::addSelItem(XLAT("land structure"), land_structure_name(true), key);
|
||||||
|
|||||||
Reference in New Issue
Block a user