1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-30 20:41:24 +00:00

Half an hourglass for the Orb of Time.

This commit is contained in:
Jacob Mandelson
2022-09-13 10:49:10 -07:00
parent 2f51cfc49e
commit 360aa921aa
3 changed files with 27 additions and 1 deletions

View File

@@ -1130,6 +1130,7 @@ EX bool drawItemType(eItem it, cell *c, const shiftmatrix& V, color_t icol, int
(it == itOrbPsi || it == itOrbSide3) ? &cgi.shDiskS :
(it == itOrbPurity) ? &cgi.shSmallEgg :
(it == itOrbLightning) ? &cgi.shLightningBolt :
(it == itOrbTime) ? &cgi.shHourglass :
(it == itOrbIllusion || it == itOrbInvis) ? &cgi.shHumanoid :
NULL;
queuepolyat(Vit, cgi.shDisk, dark, prio);