From 202aa804bb3fd8d513bd4311592f9932ecdb1ea5 Mon Sep 17 00:00:00 2001 From: mattsc Date: Thu, 24 Mar 2016 19:34:12 -0700 Subject: [PATCH] AI Arena: remove akihara_recruitment test Since akihara_recruitment has been removed. --- .../ai_arena_small/0005-recruitment_test.cfg | 31 ------------------- data/ai/scenarios/scenario-AI_Arena_small.cfg | 15 +-------- 2 files changed, 1 insertion(+), 45 deletions(-) delete mode 100644 data/ai/scenarios/ai_arena_small/0005-recruitment_test.cfg diff --git a/data/ai/scenarios/ai_arena_small/0005-recruitment_test.cfg b/data/ai/scenarios/ai_arena_small/0005-recruitment_test.cfg deleted file mode 100644 index 5400e742cf50..000000000000 --- a/data/ai/scenarios/ai_arena_small/0005-recruitment_test.cfg +++ /dev/null @@ -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] diff --git a/data/ai/scenarios/scenario-AI_Arena_small.cfg b/data/ai/scenarios/scenario-AI_Arena_small.cfg index f54708bfa5d9..23c13d034d5c 100644 --- a/data/ai/scenarios/scenario-AI_Arena_small.cfg +++ b/data/ai/scenarios/scenario-AI_Arena_small.cfg @@ -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]