Ruin wall colors

This commit is contained in:
Zeno Rogue 2018-01-04 18:26:38 +01:00
parent ad1f5ed39d
commit 28a3861dd5
2 changed files with 2 additions and 2 deletions

View File

@ -1400,7 +1400,7 @@ walltype winf[walltypes] = {
{ '&', 0xD00000, "lava", lavadesc},
{ '=', 0x804000, "dock", "A dock."},
{ '^', 0xFF8000, "burning dock", "A burning dock."},
{ '#', 0xE07070, "ruin wall", "A ruin wall."},
{ '#', 0xE04030, "ruin wall", "A ruin wall."},
};
// --- land types ---

View File

@ -2537,7 +2537,7 @@ void setcolors(cell *c, int& wcol, int &fcol) {
fcol = linf[c->land].color; break;
case laRuins:
fcol = pseudohept(c) ? 0xC0C0C0 : 0x40A040;
fcol = pseudohept(c) ? 0xC0E0C0 : 0x40A040;
break;
case laDual: