(12cfc8a35) Fixed doctor tutorial attempting to find the Doctor job based on the name instead of identifier

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:45:02 +03:00
parent 3b5ae37a1a
commit 08ade4a262
10 changed files with 122 additions and 319 deletions
@@ -717,6 +717,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{