mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-27 13:14:37 +00:00
TU24
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user