Commit b3da7d67 authored by Tachibana's avatar Tachibana

hole

parent ce004087
......@@ -32,10 +32,10 @@ function cm.mfilter(c)
return c:IsSetCard(0x81c)
end
function cm.target(e,tp,eg,ep,ev,re,r,rp,chk)
local ug=Duel.GetFieldGroup(tp,LOCATION_MZONE,0)
if chk==0 then
local mg=Duel.GetRitualMaterial(tp)
local mg2=nil
local ug=Duel.GetFieldGroup(tp,LOCATION_MZONE,0)
if ug:GetCount()>0 and ug:FilterCount(cm.cfilter,nil)==ug:GetCount() then
mg2=Duel.GetMatchingGroup(aux.RitualExtraFilter,tp,LOCATION_GRAVE,0,nil,cm.mfilter)
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