mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 22:39:53 +00:00
slime visible in Volcano
This commit is contained in:
parent
798f60c604
commit
b0d6bb3f05
@ -2414,7 +2414,7 @@ void setcolors(cell *c, int& wcol, int &fcol) {
|
||||
else if(id < 48/4) fcol = wcol = gradient(0xF0F000, 0xF00000, 0, id, 48/4);
|
||||
else if(id < 96/4) fcol = wcol = gradient(0xF00000, 0x400000, 48/4, id, 95/4-2);
|
||||
}
|
||||
else {
|
||||
else if(c->wall == waNone) {
|
||||
fcol = wcol = 0x404040;
|
||||
if(id == 255/4) fcol = 0xA0A040;
|
||||
if(id == 255/4-1) fcol = 0x606040;
|
||||
|
Loading…
Reference in New Issue
Block a user