Add IsDead check to fix crash in Sarin Gas 1
This commit is contained in:
@@ -118,7 +118,9 @@ MissionStart = function()
|
|||||||
end
|
end
|
||||||
|
|
||||||
SendPatrol = function(mammoth)
|
SendPatrol = function(mammoth)
|
||||||
mammoth.Patrol(MammothPath, true, 20)
|
if not mammoth.IsDead then
|
||||||
|
mammoth.Patrol(MammothPath, true, 20)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
MoveTruckNorth = function(truck)
|
MoveTruckNorth = function(truck)
|
||||||
|
|||||||
Reference in New Issue
Block a user