mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
Orb of Ferocity.
This commit is contained in:
parent
0f6754b43e
commit
a6c8894166
@ -1136,7 +1136,7 @@ EX bool drawItemType(eItem it, cell *c, const shiftmatrix& V, color_t icol, int
|
||||
(it == itOrbLuck) ? cgi.shSmallerDodeca :
|
||||
(it == itOrbFlash) ? cgi.shFlash :
|
||||
(it == itOrbMorph || it == itOrbChaos || it == itOrbPlague) ? cgi.shSmallTreat :
|
||||
(it == itOrbPsi) ? cgi.shDiskS :
|
||||
(it == itOrbPsi || it == itOrbSide3) ? cgi.shDiskS :
|
||||
cgi.shDisk;
|
||||
queuepolyat(Vit, shape, dark, prio);
|
||||
if (it == itOrbSide1 || it == itOrbChoice || it == itOrbMirror || it == itOrbMagnetism)
|
||||
|
Loading…
Reference in New Issue
Block a user