diff --git a/OpenRA.Mods.Common/ActorExts.cs b/OpenRA.Mods.Common/ActorExts.cs index 0220493056..913e35f8d5 100644 --- a/OpenRA.Mods.Common/ActorExts.cs +++ b/OpenRA.Mods.Common/ActorExts.cs @@ -47,7 +47,7 @@ namespace OpenRA.Mods.Common if (self.EffectiveOwner != null && self.EffectiveOwner.Disguised && !toActor.Info.HasTraitInfo()) return toActor.Owner.Stances[self.EffectiveOwner.Owner] == Stance.Ally; - return stance == Stance.Ally; + return false; } public static bool AppearsHostileTo(this Actor self, Actor toActor)