(725b0f956) nerfed mudraptor swim speeds to offset the mess they make if they do catch up with the player

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:35:44 +03:00
parent 2145a50b1a
commit 420a673653
11 changed files with 157 additions and 306 deletions
@@ -589,6 +589,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{