mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-20 02:20:40 +00:00
Don't specially color the trees of the Haunted Woods.
This commit is contained in:
+2
-2
@@ -510,8 +510,8 @@ void celldrawer::setcolors() {
|
|||||||
if(c->monst == moFriendlyGhost)
|
if(c->monst == moFriendlyGhost)
|
||||||
fcol = gradient(fcol, fghostcolor(c), 0, .5, 1);
|
fcol = gradient(fcol, fghostcolor(c), 0, .5, 1);
|
||||||
|
|
||||||
if(c->wall == waSmallTree) wcol = 0x004000;
|
/* if(c->wall == waSmallTree) wcol = 0x006000;
|
||||||
else if(c->wall == waBigTree) wcol = 0x008000;
|
else if(c->wall == waBigTree) wcol = 0x008000; */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user