shimmering cloak in cnc

This commit is contained in:
Chris Forbes
2012-04-25 22:24:38 +12:00
parent 87271a0a56
commit 16e00c1f12
5 changed files with 66 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ namespace OpenRA.Mods.RA
public int CloakDelay = 30; // Ticks
public string CloakSound = "subshow1.aud";
public string UncloakSound = "subshow1.aud";
public readonly string Palette = "shadow";
public readonly string Palette = "cloak";
public object Create(ActorInitializer init) { return new Cloak(init.self, this); }
}