Fix Sarin Gas Crackdown not ending after losing all units
This commit is contained in:
@@ -154,6 +154,10 @@ Tick = function()
|
|||||||
if ussr.HasNoRequiredUnits() and badguy.HasNoRequiredUnits() then
|
if ussr.HasNoRequiredUnits() and badguy.HasNoRequiredUnits() then
|
||||||
greece.MarkCompletedObjective(objKillAll)
|
greece.MarkCompletedObjective(objKillAll)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if greece.HasNoRequiredUnits() then
|
||||||
|
ussr.MarkCompletedObjective(ussrObj)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
WorldLoaded = function()
|
WorldLoaded = function()
|
||||||
|
|||||||
Reference in New Issue
Block a user