(29f9396dc) Fix the devotion clamps.

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:49:15 +03:00
parent 351e7bbd71
commit c28106812d
13 changed files with 224 additions and 255 deletions
@@ -106,6 +106,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{