mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-08 01:14:07 +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 == itOrbLuck) ? cgi.shSmallerDodeca :
|
||||||
(it == itOrbFlash) ? cgi.shFlash :
|
(it == itOrbFlash) ? cgi.shFlash :
|
||||||
(it == itOrbMorph || it == itOrbChaos || it == itOrbPlague) ? cgi.shSmallTreat :
|
(it == itOrbMorph || it == itOrbChaos || it == itOrbPlague) ? cgi.shSmallTreat :
|
||||||
(it == itOrbPsi) ? cgi.shDiskS :
|
(it == itOrbPsi || it == itOrbSide3) ? cgi.shDiskS :
|
||||||
cgi.shDisk;
|
cgi.shDisk;
|
||||||
queuepolyat(Vit, shape, dark, prio);
|
queuepolyat(Vit, shape, dark, prio);
|
||||||
if (it == itOrbSide1 || it == itOrbChoice || it == itOrbMirror || it == itOrbMagnetism)
|
if (it == itOrbSide1 || it == itOrbChoice || it == itOrbMirror || it == itOrbMagnetism)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user