Remove fp from CenterLocation and aircraft.
This commit is contained in:
@@ -53,7 +53,7 @@ namespace OpenRA.Mods.RA.Effects
|
||||
if (!doneDamage)
|
||||
{
|
||||
if (args.target.IsValid)
|
||||
args.dest = args.target.CenterLocation.ToInt2();
|
||||
args.dest = args.target.CenterLocation;
|
||||
|
||||
Combat.DoImpacts(args);
|
||||
doneDamage = true;
|
||||
|
||||
Reference in New Issue
Block a user