Commit 381baeae authored by Amiya's avatar Amiya

修复

parent 6fe68e01
...@@ -85,7 +85,9 @@ function s.sunthfilter(c,e,tp,minc,maxc) ...@@ -85,7 +85,9 @@ function s.sunthfilter(c,e,tp,minc,maxc)
if c:IsHasEffect(EFFECT_SUMMON_PROC,c:GetControler()) then if c:IsHasEffect(EFFECT_SUMMON_PROC,c:GetControler()) then
local tte=c:IsHasEffect(EFFECT_SUMMON_PROC,c:GetControler()) local tte=c:IsHasEffect(EFFECT_SUMMON_PROC,c:GetControler())
local ec=tte:GetCondition() local ec=tte:GetCondition()
return ec(e,c,0) if ec(e,c,0) then
return true
end
else else
if not Duel.CheckTribute(c,minc,maxc) then return false end if not Duel.CheckTribute(c,minc,maxc) then return false end
end end
......
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