lower InfiltrateForPowerOutage time from 30->20sec

This commit is contained in:
Curtis Shmyr
2015-11-14 01:42:13 -07:00
parent 168dab9707
commit bac98acce7

View File

@@ -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); }
}