Commit 8e8444ec authored by mercury233's avatar mercury233

fix

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