fixed Slime display

This commit is contained in:
Zeno Rogue 2019-04-05 14:41:21 +02:00
parent 7d9d3ced50
commit efb72afb87
1 changed files with 2 additions and 0 deletions

View File

@ -1654,7 +1654,9 @@ bool drawMonsterType(eMonster m, cell *where, const transmatrix& V, color_t col,
case moSlime: {
queuepoly(VFISH, shSlime, darkena(col, 0, 0x80));
queuepoly(VSLIMEEYE, shEyes, 0xFF);
return false;
}
case moKrakenH: {
queuepoly(VFISH, shKrakenHead, darkena(col, 0, 0xD0));
queuepoly(VFISH, shKrakenEye, 0xFFFFFFC0);