Commit 8dfec4d8 authored by GuGu's avatar GuGu

Update c74561011.lua

parent 3a6aa2d8
Pipeline #31201 passed with stage
in 21 seconds
...@@ -82,7 +82,7 @@ function cCardno.spfilter(c) ...@@ -82,7 +82,7 @@ function cCardno.spfilter(c)
end end
function cCardno.spcon(e,tp,eg,ep,ev,re,r,rp) function cCardno.spcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
return eg:IsExists(cCardno.spfilter,1,c) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false) return eg:IsExists(cCardno.spfilter,1,nil) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
end end
function cCardno.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function cCardno.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true 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