Skip to content

Commit

Permalink
Fix AI_FORMULA_AI_EXPERIMENTAL_RECRUITMENT macro
Browse files Browse the repository at this point in the history
This also deletes the AI_SIMPLE_FORMULA_AI_EXPERIMENTAL_RECRUITMENT
macro. There is no point in keeping both of them.
  • Loading branch information
mattsc committed Mar 26, 2016
1 parent d1f7225 commit f161a3c
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions data/core/macros/ai.cfg
Expand Up @@ -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

############################################################
Expand Down

0 comments on commit f161a3c

Please sign in to comment.