From f3f889814b32872812ba067fe0591ea265ab92ed Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Sun, 28 Jun 2015 12:17:33 +0200 Subject: [PATCH] Make use of the new demolish 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 4b0fa2841b..f2b96e0d64 100644 --- a/mods/ra/maps/allies-05a/allies05a.lua +++ b/mods/ra/maps/allies-05a/allies05a.lua @@ -140,8 +140,8 @@ end FreeTanya = function() TanyasColt.Destroy() Tanya = Actor.Create(TanyaType, true, { Owner = greece, Location = Prison.Location + CVec.New(1, 1) }) - Prison.Kill() Tanya.Scatter() + Tanya.Demolish(Prison) if ChangeStance then Tanya.Stance = "HoldFire"