Commit a03ceeb1 authored by gg123gg's avatar gg123gg

Update c12043080.lua

parent ccae2201
Pipeline #6037 passed with stages
in 36 minutes and 36 seconds
......@@ -81,11 +81,11 @@ end
function cm.sumfilter1(c)
return c:IsSummonable(true,nil) and srre.check_set_FRXS(c)
end
function cm.sumfilter(c,e,tp)
function cm.sumfilter3(c,e,tp)
return c:GetSummonPlayer()==1-tp
end
function cm.sumcon(e,tp,eg,ep,ev,re,r,rp)
return eg:IsExists(cm.sumfilter,1,nil,nil,tp)
return eg:IsExists(cm.sumfilter3,1,nil,nil,tp)
end
function cm.sumtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsExistingMatchingCard(cm.sumfilter1,tp,LOCATION_HAND+LOCATION_MZONE,0,1,nil) 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