Commit 3638f11c authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c81902018.lua

parent 62d33eb4
Pipeline #32363 failed with stages
in 60 minutes and 3 seconds
...@@ -32,7 +32,7 @@ function cm.initial_effect(c) ...@@ -32,7 +32,7 @@ function cm.initial_effect(c)
end end
--XyzSummon --XyzSummon
function cm.ovfilter(c) function cm.ovfilter(c)
return c:IsFaceup() and c:IsRace(RACE_ZOMBIE) and c:GetOverlayGroup():GetCount()>=2 return c:IsFaceup() and c:IsRace(RACE_ZOMBIE) and c:GetOverlayGroup():GetCount()>=1
end end
function cm.xyzop(e,tp,chk) function cm.xyzop(e,tp,chk)
if chk==0 then return Duel.GetFlagEffect(tp,m)==0 end if chk==0 then return Duel.GetFlagEffect(tp,m)==0 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