1
0
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:
Zeno Rogue
2019-11-28 00:39:27 +01:00
parent 2acf7b572c
commit beb3a06461
3 changed files with 21 additions and 7 deletions

View File

@@ -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))