mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
one princess enough for gold
This commit is contained in:
parent
0cedcc23f5
commit
48f772698d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user