Commit b4e84b1e authored by Momobako's avatar Momobako

Auto Push by Miyuki

parent cc82beb7
...@@ -182,7 +182,7 @@ end ...@@ -182,7 +182,7 @@ end
function cm.ClariSXyzCheck(ct) function cm.ClariSXyzCheck(ct)
return function(g,xyzc) return function(g,xyzc)
local i=g:GetCount() local i=g:GetCount()
if not g:CheckWithSumEqual(c57300009.ClariSXyzValue,ct,i,i) then return false end if not g:CheckWithSumEqual(cm.ClariSXyzValue,ct,i,i) then return false end
return Duel.GetLocationCountFromEx(tp,tp,g,xyzc)>0 return Duel.GetLocationCountFromEx(tp,tp,g,xyzc)>0
end 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