Let Gunboat autotarget

This commit is contained in:
Paul Chote
2010-08-19 23:13:35 +12:00
parent 56b9d1add7
commit b0608936d8
4 changed files with 4 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ namespace OpenRA.Mods.RA
public void Tick(Actor self)
{
if (!self.IsIdle) return;
if (!self.IsIdle && self.Info.Traits.Get<AutoTargetInfo>().AllowMovement) return;
if (--nextScanTime <= 0)
{