Change the way NukePower>SkipAscent works

This commit is contained in:
Mustafa Alperen Seki
2018-03-31 11:24:57 +03:00
committed by abcdefg30
parent 5b7d43f1e0
commit dc71a71a09
2 changed files with 5 additions and 8 deletions

View File

@@ -51,7 +51,7 @@ namespace OpenRA.Mods.Common.Traits
[Desc("Visual ascent velocity in WDist / tick.")]
public readonly WDist FlightVelocity = new WDist(512);
[Desc("Descend immediately on the target, with half the FlightDelay.")]
[Desc("Descend immediately on the target.")]
public readonly bool SkipAscent = false;
[Desc("Amount of time before detonation to remove the beacon.")]