Commit 381baeae authored by Amiya's avatar Amiya

修复

parent 6fe68e01
Pipeline #26910 passed with stages
in 2 minutes and 14 seconds
......@@ -85,7 +85,9 @@ 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()
return ec(e,c,0)
if ec(e,c,0) then
return true
end
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