convert 3tnk to have 1 weapon but a burst of 2

This commit is contained in:
Chris Forbes
2010-04-23 21:18:12 +12:00
parent 3dd343f594
commit c0a851d4be
4 changed files with 4 additions and 3 deletions

View File

@@ -83,6 +83,7 @@ namespace OpenRA.GameRules
public readonly bool Charges = false;
public readonly bool Underwater = false;
public readonly string[] ValidTargets = { "Ground" };
public readonly int BurstDelay = 5;
public IProjectileInfo Projectile;
public List<WarheadInfo> Warheads = new List<WarheadInfo>();