1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-21 04:19:43 +00:00

Add lightning bolt to Orb of Storms.

This commit is contained in:
Jacob Mandelson
2022-08-29 16:14:59 -07:00
parent 5239f6eadc
commit ef28ce708e
3 changed files with 12 additions and 2 deletions

View File

@@ -1123,6 +1123,7 @@ EX bool drawItemType(eItem it, cell *c, const shiftmatrix& V, color_t icol, int
(it == itOrbChoice || it == itOrbMirror || it == itOrbMagnetism) ? &cgi.shEccentricDisk :
(it == itOrbPsi || it == itOrbSide3) ? &cgi.shDiskS :
(it == itOrbPurity) ? &cgi.shSmallEgg :
(it == itOrbLightning) ? &cgi.shLightningBolt :
NULL;
queuepolyat(Vit, cgi.shDisk, dark, prio);
if (shape)