From 9f48d4f194cfdaa263a9b13e35eb79cd2cc69b0d Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 25 Aug 2022 10:38:22 +0200 Subject: [PATCH] Pearls now use the Disk graphics --- graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph.cpp b/graph.cpp index 55e38b24..5f33f3b8 100644 --- a/graph.cpp +++ b/graph.cpp @@ -844,7 +844,7 @@ EX bool drawItemType(eItem it, cell *c, const shiftmatrix& V, color_t icol, int it == itHolyGrail ? &cgi.shGrail : isElementalShard(it) ? &cgi.shElementalShard : (it == itBombEgg || it == itTrollEgg || it == itCursed) ? &cgi.shEgg : - it == itFrog ? &cgi.shDisk : + (it == itFrog || it == itWhirlpool) ? &cgi.shDisk : it == itHunting ? &cgi.shTriangle : (it == itDodeca || it == itDice) ? &cgi.shDodeca : xch == '*' ? &cgi.shGem[ct6] :