1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

one princess enough for gold

This commit is contained in:
Zeno Rogue 2019-06-17 11:00:23 +02:00
parent 0cedcc23f5
commit 48f772698d

View File

@ -99,6 +99,7 @@ void showOverview() {
eItem it = treasureType(l);
int lv = items[it] * landMultiplier(l);
if(lv >= 25) col = 0xFFD500;
else if(lv && it == itSavedPrincess) col = 0xFFD500;
else if(lv >= 10) col = 0x00D500;
else if(items[it]) col = 0xC0C0C0;
else col = BLACKISH;