Fix Siberian Conflict 3 win trigger

This commit is contained in:
Smittytron
2022-12-07 20:33:34 -06:00
committed by Gustas
parent d72d25c369
commit b14caf004d

View File

@@ -44,7 +44,7 @@ Tick = function()
USSR.MarkCompletedObjective(SovietObj)
end
if USSR.HasNoRequiredUnits() then
if USSR.HasNoRequiredUnits() and BadGuy.HasNoRequiredUnits() then
Allies.MarkCompletedObjective(DestroyAll)
end
end