increase strength of chrono effect

This commit is contained in:
Chris Forbes
2011-03-13 00:44:31 +13:00
parent c9be0f44f4
commit 16eefe6280

View File

@@ -19,7 +19,7 @@ namespace OpenRA.Mods.RA
public class ChronoshiftPaletteEffect : IPaletteModifier, ITick
{
const int chronoEffectLength = 20;
const int chronoEffectLength = 60;
int remainingFrames;
public void Enable()