Fix AI_FORMULA_AI_EXPERIMENTAL_RECRUITMENT macro

This also deletes the AI_SIMPLE_FORMULA_AI_EXPERIMENTAL_RECRUITMENT
macro. There is no point in keeping both of them.
This commit is contained in:
mattsc 2016-03-26 15:34:39 -07:00
parent d1f7225f7b
commit f161a3cc1c

View File

@ -449,19 +449,11 @@
############################################################
#define AI_FORMULA_AI_EXPERIMENTAL_RECRUITMENT
[facet]
id="always"
[value]
engine=fai
name=side_formulas
move="{ai/formula/new_recruitment.fai}"
[/value]
[/facet]
#enddef
#define AI_SIMPLE_FORMULA_AI_EXPERIMENTAL_RECRUITMENT
#enable new formula-ai recruitment made by Dragonking (experimental!)
{AI_ASPECT recruitment {AI_FORMULA_AI_EXPERIMENTAL_RECRUITMENT} }
[stage]
engine=fai
name=side_formulas
move="{ai/formula/new_recruitment.fai}"
[/stage]
#enddef
############################################################