Skip to content

Commit

Permalink
Fix HiveGassed regression in Ant03
Browse files Browse the repository at this point in the history
  • Loading branch information
Smittytron authored and Mailaender committed Jan 4, 2022
1 parent bf7ec4a commit a36eb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/ra/maps/ant-03/ant-03.lua
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Tick = function()
Spain.MarkCompletedObjective(KillAll)
end

if Hive1Gassed and Hive2Gassed and Hive3Gassed and Hive4Gassed and Hive5Gassed and Hive6Gassed and Hive7Gassed then
if HiveGassed[1] and HiveGassed[2] and HiveGassed[3] and HiveGassed[4] and HiveGassed[5] and HiveGassed[6] and HiveGassed[7] then
Spain.MarkCompletedObjective(GasNests)
SendAnts()
end
Expand Down

0 comments on commit a36eb58

Please sign in to comment.