Nuke flash (fixes #16)

This commit is contained in:
Paul Chote
2010-05-26 21:26:49 +12:00
parent a35d6207a9
commit 49b1870eaa
7 changed files with 76 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ namespace OpenRA.Mods.RA
const int chronoEffectLength = 20;
int remainingFrames;
public void DoChronoshift()
public void Enable()
{
remainingFrames = chronoEffectLength;
}