Lua AIs: remove unused library inclusions after distance_between change
Follow-up to 6efc5ae090
This commit is contained in:
parent
fa090237e9
commit
24891d85e2
10 changed files with 0 additions and 11 deletions
|
@ -1,5 +1,4 @@
|
|||
local AH = wesnoth.require "ai/lua/ai_helper.lua"
|
||||
local H = wesnoth.require "helper"
|
||||
|
||||
local ca_bottleneck_attack = {}
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
local H = wesnoth.require "helper"
|
||||
local AH = wesnoth.require "ai/lua/ai_helper.lua"
|
||||
local FAU = wesnoth.require "ai/micro_ais/cas/ca_fast_attack_utils.lua"
|
||||
local M = wesnoth.map
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
local H = wesnoth.require "helper"
|
||||
local AH = wesnoth.require "ai/lua/ai_helper.lua"
|
||||
local M = wesnoth.map
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
local H = wesnoth.require "helper"
|
||||
local AH = wesnoth.require "ai/lua/ai_helper.lua"
|
||||
local M = wesnoth.map
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
local H = wesnoth.require "helper"
|
||||
|
||||
local ca_healer_may_attack = {}
|
||||
|
||||
function ca_healer_may_attack:evaluation()
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
local H = wesnoth.require "helper"
|
||||
local AH = wesnoth.require "ai/lua/ai_helper.lua"
|
||||
|
||||
local messenger_next_waypoint = wesnoth.require "ai/micro_ais/cas/ca_messenger_f_next_waypoint.lua"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
local H = wesnoth.require "helper"
|
||||
local AH = wesnoth.require "ai/lua/ai_helper.lua"
|
||||
local M = wesnoth.map
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
local H = wesnoth.require "helper"
|
||||
local AH = wesnoth.require "ai/lua/ai_helper.lua"
|
||||
local M = wesnoth.map
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
local H = wesnoth.require "helper"
|
||||
local AH = wesnoth.require "ai/lua/ai_helper.lua"
|
||||
local MAIUV = wesnoth.require "ai/micro_ais/micro_ai_unit_variables.lua"
|
||||
local LS = wesnoth.require "location_set"
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
local H = wesnoth.require "helper"
|
||||
local AH = wesnoth.require "ai/lua/ai_helper.lua"
|
||||
local BC = wesnoth.require "ai/lua/battle_calcs.lua"
|
||||
--local LS = wesnoth.require "location_set"
|
||||
|
|
Loading…
Add table
Reference in a new issue