(5394332a8) Add a note.

This commit is contained in:
Joonas Rikkonen
2019-05-16 05:19:52 +03:00
parent bcd18aab4e
commit 3b313976c5
10 changed files with 106 additions and 300 deletions
@@ -174,6 +174,8 @@ namespace Barotrauma
}
}
// TODO: attack enemies : new AIObjectiveCombat(Character, attacker, AIObjectiveCombat.CombatMode.Offensive, objectiveManager);
public AIObjective CreateObjective(Order order, string option, Character orderGiver, float priorityModifier = 1)
{
if (order == null) { return null; }