Deleted AI definition referencing the removed old recruitment CA

This commit is contained in:
Celtic Minstrel 2016-03-23 16:55:23 -04:00
parent a23a368c20
commit d73a2486ba

View File

@ -1,31 +0,0 @@
#textdomain wesnoth-ai
#ifndef AI_CA_GOTO
{core/macros/ai_candidate_actions.cfg}
#endif
[ai]
id=ai_old_recruitment
description=_"Multiplayer_AI^Dev AI: Default + Old Recruitment" # wmllint: no spellcheck
# RCA := Register Candidate Action; more info at http://forums.wesnoth.org/viewtopic.php?p=419625#p419625
[stage]
id=main_loop
name=ai_default_rca::candidate_action_evaluation_loop
{AI_CA_GOTO}
[candidate_action]
id=recruitment
engine=cpp
name=ai_default_rca::aspect_recruitment_phase
max_score=180000
score=180000
[/candidate_action]
{AI_CA_MOVE_LEADER_TO_GOALS}
{AI_CA_MOVE_LEADER_TO_KEEP}
{AI_CA_COMBAT}
{AI_CA_HEALING}
{AI_CA_VILLAGES}
{AI_CA_RETREAT}
{AI_CA_MOVE_TO_TARGETS}
{AI_CA_LEADER_SHARES_KEEP}
[/stage]
[/ai]