Commit 805c2167 authored by VanillaSalt's avatar VanillaSalt

fix

parent cf257b76
......@@ -19,9 +19,9 @@ function c15248873.filter(c,tp)
local con=te:GetCondition()
if con and not con(te,tp,nil,0,0,nil,0,0) then return false end
local cost=te:GetCost()
if cost and not cost(te,tp,nil,0,0,nil,0,0) then return false end
if cost and not cost(te,tp,nil,0,0,nil,0,0,0) then return false end
local tg=te:GetTarget()
if tg and not tg(te,tp,nil,0,0,nil,0,0) then return false end
if tg and not tg(te,tp,nil,0,0,nil,0,0,0) then return false end
return true
end
function c15248873.target(e,tp,eg,ep,ev,re,r,rp,chk)
......
......@@ -22,9 +22,9 @@ function c22900598.filter(c,tp)
local con=te:GetCondition()
if con and not con(te,tp,nil,0,0,nil,0,0) then return false end
local cost=te:GetCost()
if cost and not cost(te,tp,nil,0,0,nil,0,0) then return false end
if cost and not cost(te,tp,nil,0,0,nil,0,0,0) then return false end
local tg=te:GetTarget()
if tg and not tg(te,tp,nil,0,0,nil,0,0) then return false end
if tg and not tg(te,tp,nil,0,0,nil,0,0,0) then return false end
return true
end
function c22900598.target(e,tp,eg,ep,ev,re,r,rp,chk)
......
......@@ -56,9 +56,9 @@ function c32912040.filter(c,tp,code)
local con=te:GetCondition()
if con and not con(te,tp,nil,0,0,nil,0,0) then return false end
local cost=te:GetCost()
if cost and not cost(te,tp,nil,0,0,nil,0,0) then return false end
if cost and not cost(te,tp,nil,0,0,nil,0,0,0) then return false end
local tg=te:GetTarget()
if tg and not tg(te,tp,nil,0,0,nil,0,0) then return false end
if tg and not tg(te,tp,nil,0,0,nil,0,0,0) then return false end
return true
end
function c32912040.condition(e,tp,eg,ep,ev,re,r,rp)
......
......@@ -21,9 +21,9 @@ function c48934760.filter(c,tp)
local con=te:GetCondition()
if con and not con(te,tp,nil,0,0,nil,0,0) then return false end
local cost=te:GetCost()
if cost and not cost(te,tp,nil,0,0,nil,0,0) then return false end
if cost and not cost(te,tp,nil,0,0,nil,0,0,0) then return false end
local tg=te:GetTarget()
if tg and not tg(te,tp,nil,0,0,nil,0,0) then return false end
if tg and not tg(te,tp,nil,0,0,nil,0,0,0) then return false end
return true
end
function c48934760.target(e,tp,eg,ep,ev,re,r,rp,chk)
......
......@@ -65,9 +65,9 @@ function c69529337.filter(c,tp,code)
local con=te:GetCondition()
if con and not con(te,tp,nil,0,0,nil,0,0) then return false end
local cost=te:GetCost()
if cost and not cost(te,tp,nil,0,0,nil,0,0) then return false end
if cost and not cost(te,tp,nil,0,0,nil,0,0,0) then return false end
local tg=te:GetTarget()
if tg and not tg(te,tp,nil,0,0,nil,0,0) then return false end
if tg and not tg(te,tp,nil,0,0,nil,0,0,0) then return false end
return true
end
function c69529337.condition(e,tp,eg,ep,ev,re,r,rp)
......
......@@ -34,9 +34,9 @@ function c95923441.filter(c,tp,code)
local con=te:GetCondition()
if con and not con(te,tp,nil,0,0,nil,0,0) then return false end
local cost=te:GetCost()
if cost and not cost(te,tp,nil,0,0,nil,0,0) then return false end
if cost and not cost(te,tp,nil,0,0,nil,0,0,0) then return false end
local tg=te:GetTarget()
if tg and not tg(te,tp,nil,0,0,nil,0,0) then return false end
if tg and not tg(te,tp,nil,0,0,nil,0,0,0) then return false end
return true
end
function c95923441.condition(e,tp,eg,ep,ev,re,r,rp)
......
......@@ -18,9 +18,9 @@ function c97970833.filter(c,tp)
local con=te:GetCondition()
if con and not con(te,tp,nil,0,0,nil,0,0) then return false end
local cost=te:GetCost()
if cost and not cost(te,tp,nil,0,0,nil,0,0) then return false end
if cost and not cost(te,tp,nil,0,0,nil,0,0,0) then return false end
local tg=te:GetTarget()
if tg and not tg(te,tp,nil,0,0,nil,0,0) then return false end
if tg and not tg(te,tp,nil,0,0,nil,0,0,0) then return false end
return true
end
function c97970833.target(e,tp,eg,ep,ev,re,r,rp,chk)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment