upgraded cnc to use the new weaponmodel

This commit is contained in:
Chris Forbes
2010-04-02 12:31:34 +13:00
parent ef73720f79
commit 45f9ec2f7e
9 changed files with 494 additions and 505 deletions

View File

@@ -89,7 +89,7 @@ namespace OpenRA.GameRules
public readonly int Burst = 1;
public readonly bool Charges = false;
public readonly bool Underwater = false;
public readonly string[] ValidTargets = { "Vehicle", "Infantry", "Building", "Defense", "Ship" };
public readonly string[] ValidTargets = { "Ground" };
public IProjectileInfo Projectile;
public List<WarheadInfo> Warheads = new List<WarheadInfo>();