Fix dog breakage in Intervention

This commit is contained in:
ScottNZ
2014-07-26 20:19:29 +12:00
parent 2a4d8a33b9
commit b21f0eaf20
2 changed files with 2 additions and 2 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"} } }
}