Commit 60a7638c authored by Nemo Ma's avatar Nemo Ma

Update c33720381.lua

parent 3096641a
...@@ -150,7 +150,8 @@ function s.cfilter(c,p) ...@@ -150,7 +150,8 @@ function s.cfilter(c,p)
return c:IsPreviousLocation(LOCATION_DECK) and c:IsPreviousControler(p) and c:IsControler(p) return c:IsPreviousLocation(LOCATION_DECK) and c:IsPreviousControler(p) and c:IsControler(p)
end end
function s.reccon(e,tp,eg,ep,ev,re,r,rp) function s.reccon(e,tp,eg,ep,ev,re,r,rp)
return not eg:IsContains(e:GetHandler()) and eg:IsExists(aux.AlreadyInRangeFilter(e,s.cfilter),1,nil,1-tp) local c=e:GetHandler()
return c:IsType(TYPE_CONTINUOUS) and not eg:IsContains(c) and eg:IsExists(aux.AlreadyInRangeFilter(e,s.cfilter),1,nil,1-tp)
end end
function s.flaglabel(e,tp,eg,ep,ev,re,r,rp) function s.flaglabel(e,tp,eg,ep,ev,re,r,rp)
local fid=e:GetHandler():GetFieldID() local fid=e:GetHandler():GetFieldID()
......
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