Increase NotificationInterval to 30 seconds
This commit is contained in:
@@ -23,7 +23,7 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
public readonly int ScanInterval = 25;
|
public readonly int ScanInterval = 25;
|
||||||
|
|
||||||
[Desc("Minimal interval in ticks between notifications.")]
|
[Desc("Minimal interval in ticks between notifications.")]
|
||||||
public readonly int NotificationInterval = 200;
|
public readonly int NotificationInterval = 750;
|
||||||
|
|
||||||
public object Create(ActorInitializer init) { return new EnemyWatcher(init.Self, this); }
|
public object Create(ActorInitializer init) { return new EnemyWatcher(init.Self, this); }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user