From 98b8023072f7b9a5f9df2acd1ad9b7400726dd9e Mon Sep 17 00:00:00 2001 From: mattsc Date: Thu, 30 Aug 2018 18:08:04 -0700 Subject: [PATCH] AToTB S2: rename custom AI file For consistency with the other mainline campaigns (cherry-picked from commit 1040dbe5c9e58ce2ac592b126e0b4b9b033f722c) --- .../{lua/muff_toras_move.lua => ai/ca_muff_toras_move.lua} | 0 data/campaigns/Two_Brothers/scenarios/02_The_Chase.cfg | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename data/campaigns/Two_Brothers/{lua/muff_toras_move.lua => ai/ca_muff_toras_move.lua} (100%) diff --git a/data/campaigns/Two_Brothers/lua/muff_toras_move.lua b/data/campaigns/Two_Brothers/ai/ca_muff_toras_move.lua similarity index 100% rename from data/campaigns/Two_Brothers/lua/muff_toras_move.lua rename to data/campaigns/Two_Brothers/ai/ca_muff_toras_move.lua diff --git a/data/campaigns/Two_Brothers/scenarios/02_The_Chase.cfg b/data/campaigns/Two_Brothers/scenarios/02_The_Chase.cfg index 12e0078bebc6..74b4a4fc0298 100644 --- a/data/campaigns/Two_Brothers/scenarios/02_The_Chase.cfg +++ b/data/campaigns/Two_Brothers/scenarios/02_The_Chase.cfg @@ -429,10 +429,10 @@ Besides... I want my brother back." {MODIFY_AI_ADD_CANDIDATE_ACTION 3 main_loop ( [candidate_action] engine=lua - name=muff_toras_move - id=muff_toras_move + name=ca_muff_toras_move + id=ca_muff_toras_move max_score=15000 - location="campaigns/Two_Brothers/lua/muff_toras_move.lua" + location="campaigns/Two_Brothers/ai/ca_muff_toras_move.lua" [/candidate_action] )}