Rename legacy offset coordinates on Turrets and Armaments.
This commit is contained in:
@@ -52,7 +52,7 @@ namespace OpenRA.Mods.RA
|
||||
{
|
||||
base.Tick(self);
|
||||
if (IsProne && --remainingProneTime == 0)
|
||||
turret = new Turret(Info.Offset);
|
||||
turret = new Turret(Info.LegacyOffset);
|
||||
}
|
||||
|
||||
public float GetDamageModifier(Actor attacker, WarheadInfo warhead )
|
||||
|
||||
Reference in New Issue
Block a user