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