First Version of AI_A2G_DISPATCHER. There are lots of challenges here to overcome. One of the first one is the defense points.

This commit is contained in:
FlightControl
2018-11-02 16:43:06 +01:00
parent c164c0f9e3
commit 3e3dfc83aa
10 changed files with 4767 additions and 692 deletions

View File

@@ -2367,7 +2367,7 @@ do -- SET_UNIT
local HasSEAD = UnitSEAD:HasSEAD()
self:T3(HasSEAD)
if HasSEAD then
if HasSEAD == true then
SEADCount = SEADCount + 1
end
end