Let TS aircraft turn slower when circling.

This commit is contained in:
tovl
2020-06-21 21:46:02 +02:00
committed by reaperrr
parent 5e62fe86fc
commit db9744ea7f
2 changed files with 7 additions and 3 deletions

View File

@@ -56,7 +56,7 @@ namespace OpenRA.Mods.Common.Traits
[Desc("Turn speed to apply when aircraft flies in circles while idle. Defaults to TurnSpeed if undefined.")]
public readonly WAngle? IdleTurnSpeed = null;
[Desc("Maximum flight speed")]
[Desc("Maximum flight speed when cruising.")]
public readonly int Speed = 1;
[Desc("If non-negative, force the aircraft to move in circles at this speed when idle (a speed of 0 means don't move), ignoring CanHover.")]