diff --git a/OpenRA.Mods.RA/Capturable.cs b/OpenRA.Mods.RA/Capturable.cs index cdf4e110a7..9fddccffeb 100644 --- a/OpenRA.Mods.RA/Capturable.cs +++ b/OpenRA.Mods.RA/Capturable.cs @@ -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; }