Commit b9755b12 authored by mercury233's avatar mercury233 Committed by GitHub

fix クロック・リザード zone check

parent a6b0c5ff
...@@ -40,7 +40,7 @@ function c51476410.spfilter2(c,e,tp,m,f,chkf) ...@@ -40,7 +40,7 @@ function c51476410.spfilter2(c,e,tp,m,f,chkf)
end end
function c51476410.spfilter3(c,e,tp,chkf,rc) function c51476410.spfilter3(c,e,tp,chkf,rc)
if not c:IsType(TYPE_FUSION) or not c:IsAbleToExtra() then return false end if not c:IsType(TYPE_FUSION) or not c:IsAbleToExtra() then return false end
if Duel.GetLocationCountFromEx(tp,tp,rc,c)<=0 then return false end if Duel.GetLocationCountFromEx(tp,tp,rc,TYPE_FUSION)<=0 then return false end
local mg=Duel.GetMatchingGroup(c51476410.spfilter0,tp,LOCATION_GRAVE,0,c) local mg=Duel.GetMatchingGroup(c51476410.spfilter0,tp,LOCATION_GRAVE,0,c)
local res=c51476410.spfilter2(c,e,tp,mg,nil,chkf) local res=c51476410.spfilter2(c,e,tp,mg,nil,chkf)
if not res then if not res then
......
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