the Dog PC's nose is now always black (instead of eye-colored)

This commit is contained in:
Zeno Rogue 2017-12-03 20:10:42 +01:00
parent 7887731377
commit 7f974c8e4a
1 changed files with 3 additions and 1 deletions

View File

@ -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)