Commit 15d5e5ce authored by Amiya's avatar Amiya

修复

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