Added IRangeMultiplier
This commit is contained in:
@@ -43,7 +43,7 @@ namespace OpenRA.Mods.RA.Traits
|
||||
if (a == null)
|
||||
return;
|
||||
|
||||
if (!target.IsInRange(self.CenterPosition, a.Weapon.Range))
|
||||
if (!target.IsInRange(self.CenterPosition, a.MaxRange()))
|
||||
return;
|
||||
|
||||
self.CancelActivity();
|
||||
|
||||
Reference in New Issue
Block a user