#215 obli misses moving units fixed
This commit is contained in:
@@ -52,6 +52,9 @@ namespace OpenRA.Mods.RA.Effects
|
|||||||
|
|
||||||
if (!doneDamage)
|
if (!doneDamage)
|
||||||
{
|
{
|
||||||
|
if (args.target.IsValid)
|
||||||
|
args.dest = args.target.CenterLocation.ToInt2();
|
||||||
|
|
||||||
Combat.DoImpacts(args);
|
Combat.DoImpacts(args);
|
||||||
doneDamage = true;
|
doneDamage = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user