(fbc73e63c) Fixed depth/scaling issues on Typhon

This commit is contained in:
Joonas Rikkonen
2019-05-16 06:53:55 +03:00
parent dbc35568cd
commit 7c2c31d8d8
16 changed files with 115 additions and 182 deletions
@@ -28,11 +28,6 @@ namespace Barotrauma
public bool IsCurrentObjective<T>() where T : AIObjective => CurrentObjective is T;
public AIObjective CurrentOrder { get; private set; }
public AIObjective CurrentObjective { get; private set; }
public bool IsCurrentObjective<T>() where T : AIObjective => CurrentObjective is T;
public AIObjectiveManager(Character character)
{
this.character = character;