This commit is contained in:
GabsPuNs
2026-05-14 21:52:21 -04:00
parent 1b2f5c6fe8
commit f8a2d644f5
291 changed files with 7363 additions and 18368 deletions

View File

@@ -356,13 +356,4 @@ void Skeleton::setEquippedSlot(int slot, shared_ptr<ItemInstance> item)
double Skeleton::getRidingHeight()
{
return Monster::getRidingHeight() - .5;
}
// TU25 Addition
float Skeleton::getEyeHeight()
{
if (getSkeletonType() == TYPE_WITHER)
return Entity::getEyeHeight();
else
return 1.62f;
}