Allow opportunity fire for aircraft.

This commit is contained in:
tovl
2019-03-31 22:09:43 +02:00
committed by reaperrr
parent f16ff9eaa0
commit 9abf715fd7
19 changed files with 114 additions and 92 deletions

View File

@@ -55,7 +55,7 @@ namespace OpenRA.Mods.Common.Activities
if (attack == null && autoTarget != null)
{
var target = autoTarget.ScanForTarget(self, true);
var target = autoTarget.ScanForTarget(self, true, true);
if (target.Type != TargetType.Invalid)
{
if (inner != null)