mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	Orb of Ferocity.
This commit is contained in:
		| @@ -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) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jacob Mandelson
					Jacob Mandelson