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:
@@ -21,7 +21,7 @@ namespace OpenRA.Mods.Cnc.Traits
|
||||
public readonly BitSet<TargetableType> Types = default(BitSet<TargetableType>);
|
||||
|
||||
[Desc("Measured in ticks.")]
|
||||
public readonly int Duration = 25 * 20;
|
||||
public readonly int Duration = 500;
|
||||
|
||||
[NotificationReference("Speech")]
|
||||
[Desc("Sound the victim will hear when they get sabotaged.")]
|
||||
|
||||
Reference in New Issue
Block a user