Lephisto/scripts/ai/tpl/bomber.lua
Allanis 5a87b2da77 [Change] MAJOR AI rehaul, split all the lua stuff into generic templates.
[Add] Bomber attack routines.
[Fix] Bug with AI forgetting about you if another enemy attacks.
2013-11-10 05:03:59 +00:00

6 lines
215 B
Lua

include("../scripts/ai/tpl/generic.lua")
include("../scripts/ai/include/attack_bomber.lua") -- Will override default attack functions.
aggressive = true -- Bombers have to be f*cking aggressive by nature! RIGHT?!