mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-06-07 18:43:44 +00:00
TU24
This commit is contained in:
@@ -313,12 +313,6 @@ MobGroupData *Sheep::finalizeMobSpawn(MobGroupData *groupData, int extraData /*=
|
||||
return groupData;
|
||||
}
|
||||
|
||||
// TU25 Addition
|
||||
float Sheep::getEyeHeight()
|
||||
{
|
||||
return 0.95f * bbHeight;
|
||||
}
|
||||
|
||||
int Sheep::getOffspringColor(shared_ptr<Animal> animal, shared_ptr<Animal> partner)
|
||||
{
|
||||
int parent1DyeColor = getDyeColor(animal);
|
||||
@@ -345,4 +339,3 @@ int Sheep::getDyeColor(shared_ptr<Animal> animal)
|
||||
{
|
||||
return 15 - dynamic_pointer_cast<Sheep>(animal)->getColor();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user