(e761ae6fd) Implemented new diving suit locker

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:06:07 +03:00
parent ca71fe5955
commit 606e1f6560
12 changed files with 241 additions and 258 deletions
@@ -174,6 +174,10 @@ namespace Barotrauma
{
isCompleted = true;
}
if (component.AIOperate(deltaTime, character, this))
{
isCompleted = true;
}
}
else
{