diff --git a/OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForPowerOutage.cs b/OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForPowerOutage.cs index 7d4fd734eb..27c6a3b7a3 100644 --- a/OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForPowerOutage.cs +++ b/OpenRA.Mods.RA/Traits/Infiltration/InfiltrateForPowerOutage.cs @@ -15,7 +15,7 @@ namespace OpenRA.Mods.RA.Traits { class InfiltrateForPowerOutageInfo : ITraitInfo { - public readonly int Duration = 25 * 30; + public readonly int Duration = 25 * 20; public object Create(ActorInitializer init) { return new InfiltrateForPowerOutage(init.Self, this); } }