Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Damgam committed Aug 18, 2019
1 parent 53341e2 commit 690e86a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions LuaRules/Gadgets/ai/EvoRTS/taskqueues.lua
Expand Up @@ -1033,15 +1033,6 @@ function GetZaalSpawners(tqb,ai,unit)
return #units
end

function GetZaalSpawners(tqb,ai,unit)
local list = {
UDN.zhatch.id, UDN.zlair.id, UDN.zhive.id
}
local units = Spring.GetTeamUnitsByDefs(ai.id, list)
return #units
end


local function ZaalMorph(tqb, ai, unit)
return ezMorph
end
Expand Down

0 comments on commit 690e86a

Please sign in to comment.