Skip to content

Commit

Permalink
increase strength of chrono effect
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisforbes committed Mar 12, 2011
1 parent c9be0f4 commit 16eefe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenRA.Mods.RA/ChronoshiftPaletteEffect.cs
Expand Up @@ -19,7 +19,7 @@ class ChronoshiftPaletteEffectInfo : TraitInfo<ChronoshiftPaletteEffect> { }

public class ChronoshiftPaletteEffect : IPaletteModifier, ITick
{
const int chronoEffectLength = 20;
const int chronoEffectLength = 60;
int remainingFrames;

public void Enable()
Expand Down

0 comments on commit 16eefe6

Please sign in to comment.