Merge pull request #10910 from RoosterDragon/turret-active-tracking

Turrets actively track targets
This commit is contained in:
Matthias Mailänder
2016-03-21 20:52:18 +01:00
4 changed files with 15 additions and 5 deletions

View File

@@ -79,7 +79,7 @@ namespace OpenRA.Mods.Cnc.Traits
return false;
}
return turret.FaceTarget(self, target);
return true;
}
public void TickIdle(Actor self)