diff --git a/data/ai/micro_ais/mai-defs/fast.lua b/data/ai/micro_ais/mai-defs/fast.lua index 01e85c1263a..219805182a3 100644 --- a/data/ai/micro_ais/mai-defs/fast.lua +++ b/data/ai/micro_ais/mai-defs/fast.lua @@ -16,6 +16,16 @@ function wesnoth.micro_ais.fast_ai(cfg) if (cfg.action == 'delete') then -- This can be done independently of whether these were removed earlier wesnoth.add_ai_component(cfg.side, "stage[main_loop].candidate_action", + { + id="high_xp_attack" + engine="lua" + name="ai_default_rca::high_xp_attack" + location="ai/lua/ca_high_xp_attack.lua" + max_score=100010 + } + ) + + wesnoth.sides.add_ai_component(cfg.side, "stage[main_loop].candidate_action", { id="combat", engine="cpp",