Replace * 25 in internal tick defaults with actual total
While the idea behind it is understandable, this was inconsistent with the bulk of other defaults.
This commit is contained in:
@@ -114,7 +114,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
public readonly bool DisplayRadarPing = false;
|
||||
|
||||
[Desc("Measured in ticks.")]
|
||||
public readonly int RadarPingDuration = 5 * 25;
|
||||
public readonly int RadarPingDuration = 125;
|
||||
|
||||
public readonly string OrderName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user