Commit 4d40056f authored by mercury233's avatar mercury233

fix

parent a3c7e51c
...@@ -54,7 +54,8 @@ function c101009013.descon(e,tp,eg,ep,ev,re,r,rp) ...@@ -54,7 +54,8 @@ function c101009013.descon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(c101009013.descfilter,1,nil,tp) return eg:IsExists(c101009013.descfilter,1,nil,tp)
end end
function c101009013.tgfilter(c,e,tp) function c101009013.tgfilter(c,e,tp)
return c:IsCanBeSpecialSummoned(e,0,tp,false,false) and c:IsCanBeEffectTarget(e) return c:IsCanBeSpecialSummoned(e,0,tp,false,false) and c:GetPreviousControler()==tp
and c:IsCanBeEffectTarget(e) and c:IsLocation(LOCATION_GRAVE+LOCATION_REMOVED)
end end
function c101009013.destg(e,tp,eg,ep,ev,re,r,rp,chk) function c101009013.destg(e,tp,eg,ep,ev,re,r,rp,chk)
local g=eg:Filter(c101009013.tgfilter,nil,e,tp) local g=eg:Filter(c101009013.tgfilter,nil,e,tp)
......
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