mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 09:30:35 +00:00
the Dog PC's nose is now always black (instead of eye-colored)
This commit is contained in:
parent
7887731377
commit
7f974c8e4a
@ -790,8 +790,10 @@ bool drawMonsterType(eMonster m, cell *where, const transmatrix& V, int col, dou
|
||||
int col = items[itOrbDiscord] ? watercolor(0) : fc(314, cs.swordcolor, 3);
|
||||
queuepoly(VAHEAD, shWolf1, col);
|
||||
queuepoly(VAHEAD, shWolf2, col);
|
||||
queuepoly(VAHEAD, shWolf3, col);
|
||||
}
|
||||
|
||||
int colnose = items[itOrbDiscord] ? watercolor(0) : fc(314, 0xFF, 3);
|
||||
queuepoly(VAHEAD, shWolf3, colnose);
|
||||
}
|
||||
else if(cs.charid >= 4) {
|
||||
if(!mmspatial && !footphase)
|
||||
|
Loading…
Reference in New Issue
Block a user