[Change] Disable bomber ai for now, not quite ready.

This commit is contained in:
Allanis 2013-12-19 19:15:15 +00:00
parent 4771db7276
commit c8104d16be

View File

@ -31,9 +31,11 @@ end
--]] --]]
function attack_choose() function attack_choose()
class = ai.shipclass() class = ai.shipclass()
--[[
if class == "Bomber" then if class == "Bomber" then
mem.atk_think = atk_b_think mem.atk_think = atk_b_think
mem.atk = atk_b mem.atk = atk_b
end
]]
end end