From c6822452e8fd6b5a055f87816952cbc00140ab23 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Sat, 2 Jan 2016 16:07:59 +0100 Subject: [PATCH] Polish the demolition of the prison 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 d22cd7ac88..5ff7b8886d 100644 --- a/mods/ra/maps/allies-05a/allies05a.lua +++ b/mods/ra/maps/allies-05a/allies05a.lua @@ -174,8 +174,8 @@ end FreeTanya = function() TanyasColt.Destroy() Tanya = Actor.Create(TanyaType, true, { Owner = greece, Location = Prison.Location + CVec.New(1, 1) }) - Tanya.Scatter() Tanya.Demolish(Prison) + Tanya.Move(Tanya.Location + CVec.New(Utils.RandomInteger(-1, 2), 1)) if ChangeStance then Tanya.Stance = "HoldFire"