
[Add] Bomber attack routines. [Fix] Bug with AI forgetting about you if another enemy attacks.
8 lines
142 B
Lua
8 lines
142 B
Lua
include("../scripts/ai/tpl/generic.lua")
|
|
|
|
-- Settings.
|
|
control_rate = 0.5 -- Lower control rate.
|
|
aggressive = true
|
|
land_planet = false
|
|
|