mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	Swap the Red Troll's hair & fur colors.
This commit is contained in:
		| @@ -2399,8 +2399,8 @@ EX bool drawMonsterType(eMonster m, cell *where, const shiftmatrix& V1, color_t | |||||||
|     case moRedTroll: { |     case moRedTroll: { | ||||||
|       const shiftmatrix VBS = VBODY * otherbodyparts(V, darkena(col, 0, 0xFF), m, footphase); |       const shiftmatrix VBS = VBODY * otherbodyparts(V, darkena(col, 0, 0xFF), m, footphase); | ||||||
|       ShadowV(V, cgi.shYeti); |       ShadowV(V, cgi.shYeti); | ||||||
|       queuepoly(VBS, cgi.shYeti, darkena(col, 0, 0xC0)); |       queuepoly(VBS, cgi.shYeti, darkena(0xFF8000, 0, 0XFF)); | ||||||
|       queuepoly(VHEAD1, cgi.shPHead, darkena(0xFF8000, 0, 0XFF)); |       queuepoly(VHEAD1, cgi.shPHead, darkena(col, 0, 0xC0)); | ||||||
|       queuepoly(VHEAD, cgi.shPFace, 0xFFFFFF80 | UNTRANS); |       queuepoly(VHEAD, cgi.shPFace, 0xFFFFFF80 | UNTRANS); | ||||||
|       humanoid_eyes(V, 0x000000FF, darkena(col, 0, 0xFF)); |       humanoid_eyes(V, 0x000000FF, darkena(col, 0, 0xFF)); | ||||||
|       return true; |       return true; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jacob Mandelson
					Jacob Mandelson