diff --git a/mods/ra/maps/sarin-gas-1-crackdown/crackdown.lua b/mods/ra/maps/sarin-gas-1-crackdown/crackdown.lua index eecd8e3d7a..70cb9078ae 100644 --- a/mods/ra/maps/sarin-gas-1-crackdown/crackdown.lua +++ b/mods/ra/maps/sarin-gas-1-crackdown/crackdown.lua @@ -118,7 +118,9 @@ MissionStart = function() end SendPatrol = function(mammoth) - mammoth.Patrol(MammothPath, true, 20) + if not mammoth.IsDead then + mammoth.Patrol(MammothPath, true, 20) + end end MoveTruckNorth = function(truck)