Merge pull request #6070 from ScottNZ/kenneltech

Move dog to kenn and make kenn buildable
This commit is contained in:
Paul Chote
2014-07-29 23:14:17 +12:00
6 changed files with 75 additions and 37 deletions

View File

@@ -1280,7 +1280,7 @@ Actors:
Location: 73,63
Owner: Soviets
FreeActor: False
Actor397: kenn
Kennel: kenn
Location: 64,61
Owner: Soviets
Actor484: silo

View File

@@ -45,7 +45,7 @@ HunterSubs = { { SubPen, {"ss", "ss"} } }
GroundPatrolWpts = { PatrolWpt1, PatrolWpt2 }
GroundPatrolUnits = {
{ { Barracks, {"e1", "e1", "e1", "e3", "e3", "dog"} } },
{ { Barracks, {"e1", "e1", "e1", "e3", "e3"} }, { Kennel, {"dog"} } },
{ { WarFactory, {"apc", "apc", "ftrk"} } },
{ { WarFactory, {"3tnk", "3tnk"} } }
}