mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	Add hedgehog blade shape to Orb of Thorns.
This commit is contained in:
		| @@ -289,7 +289,7 @@ hpcshape | ||||
|   shGhost, shEyes, shSlime, shJelly, shJoint, shWormHead, shTentHead, shShark, shWormSegment, shSmallWormSegment, shWormTail, shSmallWormTail, | ||||
|   shSlimeEyes, shDragonEyes, shWormEyes, shGhostEyes, | ||||
|   shMiniGhost, shMiniEyes, | ||||
|   shHedgehogBlade, shHedgehogBladePlayer, | ||||
|   shHedgehogBlade, shSmallHedgehogBlade, shHedgehogBladePlayer, | ||||
|   shWolfBody, shWolfHead, shWolfLegs, shWolfEyes, | ||||
|   shWolfFrontLeg, shWolfRearLeg, shWolfFrontPaw, shWolfRearPaw, | ||||
|   shFemaleBody, shFemaleHair, shFemaleDress, shWitchDress, | ||||
|   | ||||
| @@ -1090,6 +1090,7 @@ EX bool drawItemType(eItem it, cell *c, const shiftmatrix& V, color_t icol, int | ||||
|                      (it == itOrbSide1) ? cgi.shSmallPSword : | ||||
|                      (it == itOrbDigging) ? cgi.shSmallPickAxe : | ||||
|                      (it == itOrbSword || it == itOrbSword2) ? cgi.shSmallSword : | ||||
|                      (it == itOrbThorns) ? cgi.shSmallHedgehogBlade : | ||||
|                         cgi.shDisk; | ||||
|         queuepolyat(Vit, shape, dark, prio); | ||||
|         if (it == itOrbSide1) | ||||
|   | ||||
| @@ -1370,6 +1370,7 @@ void geometry_information::prepare_shapes() { | ||||
|   bshape(shPirateHook, PPR::MONSTER_WPN, scalefactor, 92); | ||||
|   bshape(shSabre, PPR::MONSTER_WPN, scalefactor, 93); | ||||
|   bshape(shHedgehogBlade, PPR::MONSTER_WPN, scalefactor, 94); | ||||
|   bshape(shSmallHedgehogBlade, PPR::MONSTER_WPN, scalefactor/2, 94); | ||||
|   bshape(shHedgehogBladePlayer, PPR::MONSTER_WPN, scalefactor, 95); | ||||
|   bshape(shFemaleBody, PPR::MONSTER_BODY, scalefactor, 96); | ||||
|   bshape(shFemaleDress, PPR::MONSTER_ARMOR0, scalefactor, 97); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jacob Mandelson
					Jacob Mandelson