AI Arena: remove akihara_recruitment test
Since akihara_recruitment has been removed.
This commit is contained in:
parent
14d375646e
commit
202aa804bb
2 changed files with 1 additions and 45 deletions
|
@ -1,31 +0,0 @@
|
|||
#textdomain wesnoth-ai
|
||||
[event]
|
||||
name=preload
|
||||
first_time_only=no
|
||||
[lua]
|
||||
code = << register_test('0005-recruitment_test','Recruitment test'); >>
|
||||
[/lua]
|
||||
[/event]
|
||||
|
||||
[event]
|
||||
name=0005-recruitment_test
|
||||
first_time_only=no
|
||||
|
||||
[message]
|
||||
speaker=narrator
|
||||
image=wesnoth-icon.png
|
||||
message= _ "This situation should test the recruitment phase"
|
||||
[/message]
|
||||
[move_unit]
|
||||
id=chall-ai
|
||||
to_x,to_y=15,2
|
||||
[/move_unit]
|
||||
[move_unit]
|
||||
id=champ-ai
|
||||
to_x,to_y=15,24
|
||||
[/move_unit]
|
||||
[modify_side]
|
||||
side=2
|
||||
switch_ai=$test_path_to_akihara_recruitment
|
||||
[/modify_side]
|
||||
[/event]
|
|
@ -50,13 +50,9 @@
|
|||
name=test_path_to_testing_ai_default
|
||||
value=ai/dev/testing_ai_default.cfg
|
||||
[/set_variable]
|
||||
[set_variable]
|
||||
name=test_path_to_akihara_recruitment
|
||||
value=ai/dev/akihara_recruitment.cfg
|
||||
[/set_variable]
|
||||
[set_variable]
|
||||
name=test_id
|
||||
value=0005-recruitment_test
|
||||
value=0001-healing
|
||||
[/set_variable]
|
||||
|
||||
[set_menu_item]
|
||||
|
@ -176,15 +172,6 @@
|
|||
[option]
|
||||
message= _ "I am happy with the current AI of team 2, [$test_path_to_ai]" # wmllint: no spellcheck
|
||||
[/option]
|
||||
[option]
|
||||
message= _ "Akihara's ai will be awesome, won't it?" # wmllint: no spellcheck
|
||||
[command]
|
||||
[set_variable]
|
||||
name=test_path_to_ai
|
||||
value=$test_path_to_akihara_recruitment
|
||||
[/set_variable]
|
||||
[/command]
|
||||
[/option]
|
||||
[option]
|
||||
message= _ "My AI is TESTING AI DEFAULT, implemented as ai_composite." # wmllint: no spellcheck
|
||||
[command]
|
||||
|
|
Loading…
Add table
Reference in a new issue