[Change] Disable bomber ai for now, not quite ready.
This commit is contained in:
parent
4771db7276
commit
c8104d16be
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user