Commit ad6a2523 authored by TanakaKotoha's avatar TanakaKotoha

daniaozhuanzhuanzhuan

parent e4c63b91
Pipeline #2449 passed with stages
in 43 minutes and 23 seconds
......@@ -76,7 +76,7 @@ function cm.hop(e,tp)
Duel.RegisterEffect(e1,tp)
Duel.RegisterFlagEffect(tp,m,0,0,1)
end
function cm.atkfilter(e,c)
function cm.atkfilter(e,tp,eg,ep,ev,re,r,rp)
local ac=Duel.GetAttacker()
local tc=Duel.GetAttackTarget()
if not ac:IsControler(tp) then ac,tc=tc,ac end
......
......@@ -3,7 +3,7 @@ local m=81041038
local cm=_G["c"..m]
function cm.initial_effect(c)
--spsummon
local e0=aux.AddRitualProcEqual2(c,cm.ritfilter)
local e0=aux.AddRitualProcGreater2(c,cm.ritfilter)
e0:SetCountLimit(1,m)
e0:SetType(EFFECT_TYPE_IGNITION)
e0:SetCode(0)
......
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