mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-23 17:09:44 +00:00
Hyperstone-optional lands are now clearly marked in the Overview, and the Hunting Grounds and Galapagos are now optional in Euclidean
This commit is contained in:
@@ -109,7 +109,7 @@ EX void showOverview() {
|
||||
else if(items[it]) col = 0xC0C0C0;
|
||||
else col = BLACKISH;
|
||||
int c8 = (vf+2)/3;
|
||||
if(displayfrZH(xr*24-c8*6, i0, 1, vf-4, its(items[it]), col, 16))
|
||||
if(displayfrZH(xr*24-c8*6, i0, 1, vf-4, (required_for_hyperstones(it) ? "" : "*") + its(items[it]), col, 16))
|
||||
getcstat = 2000+it;
|
||||
if(!cheater)
|
||||
if(displayfrZH(xr*24, i0, 1, vf-4, its(hiitems[modecode()][it]), col, 16))
|
||||
|
||||
Reference in New Issue
Block a user