diff --git a/mods/ra/maps/allies-05a/allies05a.lua b/mods/ra/maps/allies-05a/allies05a.lua index d1a5c9e7f9..d252d92c07 100644 --- a/mods/ra/maps/allies-05a/allies05a.lua +++ b/mods/ra/maps/allies-05a/allies05a.lua @@ -329,7 +329,11 @@ InitTriggers = function() end end) - Trigger.OnKilled(SamBarrel, Sam1.Kill) + Trigger.OnKilled(SamBarrel, function() + if not Sam1.IsDead then + Sam1.Kill() + end + end) Trigger.OnAllKilled(SamSites, function() greece.MarkCompletedObjective(KillSams)