fixed 796 -- AttackTurreted sets IsAttacking correctly now.
This commit is contained in:
@@ -46,6 +46,7 @@ namespace OpenRA.Mods.RA
|
|||||||
{
|
{
|
||||||
base.Tick(self);
|
base.Tick(self);
|
||||||
DoAttack( self, target );
|
DoAttack( self, target );
|
||||||
|
IsAttacking = target.IsValid;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override Activity GetAttackActivity(Actor self, Target newTarget, bool allowMove)
|
public override Activity GetAttackActivity(Actor self, Target newTarget, bool allowMove)
|
||||||
|
|||||||
Reference in New Issue
Block a user