implement la's TU22 patch file
This commit is contained in:
@@ -47,6 +47,11 @@ bool Pig::useNewAi()
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Pig::removeWhenFarAway()
|
||||
{
|
||||
return Animal::removeWhenFarAway() && !hasSaddle();
|
||||
}
|
||||
|
||||
void Pig::registerAttributes()
|
||||
{
|
||||
Animal::registerAttributes();
|
||||
|
||||
Reference in New Issue
Block a user