prevent inappropriate weapons from being used

This commit is contained in:
Chris Forbes
2009-12-06 21:40:06 +13:00
parent 8973690c62
commit 5382f5c627
4 changed files with 15 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ namespace OpenRa.Game.GameRules
class ProjectileInfo
{
public readonly bool AA = false;
public readonly bool AG = false;
public readonly bool AG = true;
public readonly bool ASW = false;
public readonly bool Animates = false;
public readonly bool Arcing = false;