v1.0.8.0 (Hotfix)

This commit is contained in:
Regalis11
2023-03-16 17:00:21 +02:00
parent d5df588064
commit b934dda228
13 changed files with 32 additions and 18 deletions
@@ -1195,7 +1195,7 @@ namespace Barotrauma
{
target = limb.character;
}
if (target != null && (target != Enemy || HumanAIController.IsFriendly(target)))
if (target != null && target != Enemy && HumanAIController.IsFriendly(target))
{
return;
}