implement la's TU22 patch file

This commit is contained in:
piebot
2026-03-13 00:56:59 +03:00
parent f255035afd
commit beec56d3be
22 changed files with 87 additions and 26 deletions
+5
View File
@@ -47,6 +47,11 @@ bool Pig::useNewAi()
return true;
}
bool Pig::removeWhenFarAway()
{
return Animal::removeWhenFarAway() && !hasSaddle();
}
void Pig::registerAttributes()
{
Animal::registerAttributes();