diff --git a/OpenRA.Mods.RA/AI/HackyAI.cs b/OpenRA.Mods.RA/AI/HackyAI.cs index 8c8e2551c8..e3429408b8 100644 --- a/OpenRA.Mods.RA/AI/HackyAI.cs +++ b/OpenRA.Mods.RA/AI/HackyAI.cs @@ -788,6 +788,9 @@ namespace OpenRA.Mods.RA.AI if (!enabled) return; + if (e.Attacker.Owner.Stances[self.Owner] == Stance.Neutral) + return; + var rb = self.TraitOrDefault(); if (Info.ShouldRepairBuildings && rb != null)