mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 09:30:35 +00:00
Gold Ball looks like ball
This commit is contained in:
parent
2ccb48f765
commit
d725c2b17c
@ -734,6 +734,7 @@ EX bool drawItemType(eItem it, cell *c, const transmatrix& V, color_t icol, int
|
||||
it == itHolyGrail ? &cgi.shGrail :
|
||||
isElementalShard(it) ? &cgi.shElementalShard :
|
||||
(it == itBombEgg || it == itTrollEgg) ? &cgi.shEgg :
|
||||
it == itFrog ? &cgi.shDisk :
|
||||
it == itHunting ? &cgi.shTriangle :
|
||||
it == itDodeca ? &cgi.shDodeca :
|
||||
xch == '*' ? &cgi.shGem[ct6] :
|
||||
|
Loading…
Reference in New Issue
Block a user