mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-27 01:14:52 +00:00
Pearls now use the Disk graphics
This commit is contained in:
parent
5146fc00f0
commit
9f48d4f194
@ -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] :
|
||||
|
Loading…
Reference in New Issue
Block a user