(0bc1c5f88) Fix bots trying to rescue enemies in single player game.
This commit is contained in:
@@ -49,6 +49,7 @@ namespace Barotrauma
|
||||
c.TeamID == character.TeamID &&
|
||||
c != character &&
|
||||
!c.IsDead &&
|
||||
HumanAIController.IsFriendly(c) &&
|
||||
c.Vitality / c.MaxVitality < VitalityThreshold);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user