1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-11 09:50:34 +00:00

Enlarge shSmallHammerHead.

This commit is contained in:
Jacob Mandelson 2022-08-28 20:07:35 -07:00
parent e1f3df2e65
commit 0f6754b43e

View File

@ -1509,7 +1509,7 @@ void geometry_information::prepare_shapes() {
bshape(shSmallFlailTrunk, PPR::MONSTER_WPN, scalefactor/2, 409);
bshape(shFlailChain, PPR::MONSTER_SUBWPN, scalefactor, 153);
bshape(shHammerHead, PPR::MONSTER_WPN, scalefactor, 376);
bshape(shSmallHammerHead, PPR::MONSTER_WPN, scalefactor/2, 410);
bshape(shSmallHammerHead, PPR::MONSTER_WPN, scalefactor/1.5, 410);
// bshape(shScratch, 17, scalefactor, 156);
bshape(shSkeletonBody, PPR::MONSTER_BODY, scalefactor, 157);
bshape(shSkull, PPR::MONSTER_HEAD, scalefactor, 158);