Produce dogs, adjust allied building positions

This commit is contained in:
Scott_NZ
2012-08-12 04:50:42 +12:00
parent 0d9c78670e
commit 583c3f9a64
4 changed files with 301 additions and 300 deletions

View File

@@ -14,7 +14,7 @@ using System.Linq;
using OpenRA.FileFormats;
using OpenRA.Mods.RA.Buildings;
using OpenRA.Traits;
using XRandom = OpenRA.Thirdparty.Random;
using XRandom = OpenRA.Thirdparty.Random;
using OpenRA.Mods.RA.Move;
//TODO:
@@ -486,4 +486,4 @@ namespace OpenRA.Mods.RA.AI
aggro[e.Attacker.Owner].Aggro += e.Damage;
}
}
}
}