From e48908f42f0db2a3fbc8e7c517d032dc1630d502 Mon Sep 17 00:00:00 2001 From: mattsc Date: Fri, 25 Mar 2016 09:40:08 -0700 Subject: [PATCH] Fix FAI experimental recruitment setup --- data/ai/dev/formula_ai.cfg | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/data/ai/dev/formula_ai.cfg b/data/ai/dev/formula_ai.cfg index 432145273a64..ab5fcc820e85 100644 --- a/data/ai/dev/formula_ai.cfg +++ b/data/ai/dev/formula_ai.cfg @@ -10,12 +10,16 @@ description=_"Multiplayer_AI^Dev AI: Default + Experimental Recruitment (Formula AI)" # wmllint: no spellcheck # this description is, again, needed for MP AI (it shows in AI list under this description - {AI_SIMPLE_FORMULA_AI_EXPERIMENTAL_RECRUITMENT} + [stage] + engine=fai + name=side_formulas + move="{ai/formula/new_recruitment.fai}" + [/stage] [stage] id=main_loop name=ai_default_rca::candidate_action_evaluation_loop {AI_CA_GOTO} - {AI_CA_RECRUITMENT} + #{AI_CA_RECRUITMENT} {AI_CA_MOVE_LEADER_TO_GOALS} {AI_CA_MOVE_LEADER_TO_KEEP} {AI_CA_COMBAT}