Make use of the new Infiltrate function in allies05a

This commit is contained in:
abcdefg30
2015-07-01 18:18:22 +02:00
parent ea151542de
commit 6a92212864

View File

@@ -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()