From efb72afb8722ee293ca067382f5af3db37335ac7 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 5 Apr 2019 14:41:21 +0200 Subject: [PATCH] fixed Slime display --- graph.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graph.cpp b/graph.cpp index 63c0b47d..8b1a15d4 100644 --- a/graph.cpp +++ b/graph.cpp @@ -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);