Have turrets actively track targets, even when not ready to attack.
This commit is contained in:
@@ -79,7 +79,7 @@ namespace OpenRA.Mods.Cnc.Traits
|
||||
return false;
|
||||
}
|
||||
|
||||
return turret.FaceTarget(self, target);
|
||||
return true;
|
||||
}
|
||||
|
||||
public void TickIdle(Actor self)
|
||||
|
||||
Reference in New Issue
Block a user