From 6a9221286404a43d8d1ecc303d5c9921b0ea7c10 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Wed, 1 Jul 2015 18:18:22 +0200 Subject: [PATCH] Make use of the new Infiltrate function in allies05a --- mods/ra/maps/allies-05a/allies05a.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ra/maps/allies-05a/allies05a.lua b/mods/ra/maps/allies-05a/allies05a.lua index f2b96e0d64..12f37daccf 100644 --- a/mods/ra/maps/allies-05a/allies05a.lua +++ b/mods/ra/maps/allies-05a/allies05a.lua @@ -199,7 +199,7 @@ InitTriggers = function() Spy = Actor.Create("spy", true, { Owner = greece, Location = TrukWaypoint5.Location }) Spy.Move(SpyWaypoint.Location) - Spy.Move(Prison.Location, 3) + Spy.Infiltrate(Prison) FollowTruk = false TrukCamera.Destroy()