mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	Pearls now use the Disk graphics
This commit is contained in:
		| @@ -844,7 +844,7 @@ EX bool drawItemType(eItem it, cell *c, const shiftmatrix& V, color_t icol, int | ||||
|     it == itHolyGrail ? &cgi.shGrail : | ||||
|     isElementalShard(it) ? &cgi.shElementalShard : | ||||
|     (it == itBombEgg || it == itTrollEgg || it == itCursed) ? &cgi.shEgg : | ||||
|     it == itFrog ? &cgi.shDisk : | ||||
|     (it == itFrog || it == itWhirlpool) ? &cgi.shDisk : | ||||
|     it == itHunting ? &cgi.shTriangle : | ||||
|     (it == itDodeca || it == itDice) ? &cgi.shDodeca : | ||||
|     xch == '*' ? &cgi.shGem[ct6] :  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue