Revert "Don't attack actors that you can't see"
This reverts commit d235ea3a52.
This commit is contained in:
@@ -86,9 +86,6 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
if (Armaments.All(a => a.IsReloading))
|
if (Armaments.All(a => a.IsReloading))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (target.Type == TargetType.Actor && !self.Owner.CanTargetActor(target.Actor))
|
|
||||||
return false;
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user