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:
@@ -18,7 +18,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
[Desc("A beacon that is constructed from a circle sprite that is animated once and a moving arrow sprite.")]
|
||||
public class PlaceBeaconInfo : TraitInfo
|
||||
{
|
||||
public readonly int Duration = 30 * 25;
|
||||
public readonly int Duration = 750;
|
||||
|
||||
public readonly string NotificationType = "Sounds";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user