Pearls now use the Disk graphics

This commit is contained in:
Zeno Rogue 2022-08-25 10:38:22 +02:00
parent 5146fc00f0
commit 9f48d4f194
1 changed files with 1 additions and 1 deletions

View File

@ -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] :