Fix capturable tech structures.

This commit is contained in:
Paul Chote
2011-06-27 20:24:05 +12:00
parent 9886c1f6fe
commit 09bcc16cb1

View File

@@ -18,7 +18,7 @@ namespace OpenRA.Mods.RA
{
public readonly string Type = "building";
public readonly bool AllowAllies = false;
public readonly bool AllowNeutral = false;
public readonly bool AllowNeutral = true;
public readonly bool AllowEnemies = true;
}