Skip to content

Commit

Permalink
Fix Siberian Conflict 3 win trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Smittytron authored and PunkPun committed Dec 10, 2022
1 parent d72d25c commit b14caf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/ra/maps/siberian-conflict-3-wasteland/wasteland.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b14caf0

Please sign in to comment.