From b21f0eaf20a03a0d4dc9496a6f38c3b600d0ade4 Mon Sep 17 00:00:00 2001 From: ScottNZ Date: Sat, 26 Jul 2014 20:19:29 +1200 Subject: [PATCH] Fix dog breakage in Intervention --- mods/ra/maps/intervention/map.yaml | 2 +- mods/ra/maps/intervention/mission.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/ra/maps/intervention/map.yaml b/mods/ra/maps/intervention/map.yaml index 14d9f6c6dd..bcc3e8dd43 100644 --- a/mods/ra/maps/intervention/map.yaml +++ b/mods/ra/maps/intervention/map.yaml @@ -1280,7 +1280,7 @@ Actors: Location: 73,63 Owner: Soviets FreeActor: False - Actor397: kenn + Kennel: kenn Location: 64,61 Owner: Soviets Actor484: silo diff --git a/mods/ra/maps/intervention/mission.lua b/mods/ra/maps/intervention/mission.lua index 9f00876ea9..ab3f9156f9 100644 --- a/mods/ra/maps/intervention/mission.lua +++ b/mods/ra/maps/intervention/mission.lua @@ -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"} } } }