From 7ea40482e2033c51f22760d35360771931ece85f Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Sat, 15 Apr 2017 21:43:50 +0200 Subject: [PATCH] Fix the Colt sometimes shooting even after Tanya was released --- mods/ra/maps/allies-05a/allies05a.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/ra/maps/allies-05a/allies05a.lua b/mods/ra/maps/allies-05a/allies05a.lua index 0baaf1f4b3..113db284d5 100644 --- a/mods/ra/maps/allies-05a/allies05a.lua +++ b/mods/ra/maps/allies-05a/allies05a.lua @@ -177,6 +177,7 @@ MissInfiltrated = function() end FreeTanya = function() + Prison.Stop() Tanya = Actor.Create(TanyaType, true, { Owner = greece, Location = Prison.Location + CVec.New(1, 1) }) Tanya.Demolish(Prison) Tanya.Move(Tanya.Location + CVec.New(Utils.RandomInteger(-1, 2), 1))