From 7f974c8e4a44df5e551ac4b794cffdbc732f7238 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 3 Dec 2017 20:10:42 +0100 Subject: [PATCH] the Dog PC's nose is now always black (instead of eye-colored) --- graph.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/graph.cpp b/graph.cpp index a395484b..5fb0237e 100644 --- a/graph.cpp +++ b/graph.cpp @@ -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)