fix tesla accuracy
This commit is contained in:
@@ -51,6 +51,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