Fix Sarin Gas Crackdown not ending after losing all units

This commit is contained in:
abcdefg30
2019-05-16 10:24:21 +02:00
committed by reaperrr
parent 3bc5b07277
commit 1364581696

View File

@@ -154,6 +154,10 @@ Tick = function()
if ussr.HasNoRequiredUnits() and badguy.HasNoRequiredUnits() then
greece.MarkCompletedObjective(objKillAll)
end
if greece.HasNoRequiredUnits() then
ussr.MarkCompletedObjective(ussrObj)
end
end
WorldLoaded = function()