rewrote IsCloseEnoughToBase; it works PROPERLY now. removed dead code in BIM. fixed wrong default in BuildingInfo.

This commit is contained in:
Bob
2010-01-18 15:02:03 +13:00
parent 4f60b2866b
commit 510a30b13d
3 changed files with 36 additions and 28 deletions

View File

@@ -19,7 +19,7 @@ namespace OpenRa.Traits
public readonly int Power = 0;
public readonly bool RequiresPower = false;
public readonly bool BaseNormal = true;
public readonly int Adjacent = 1;
public readonly int Adjacent = 2;
public readonly bool Bib = false;
public readonly bool Capturable = false;
public readonly bool Repairable = true;