Commit ad6a2523 authored by TanakaKotoha's avatar TanakaKotoha

daniaozhuanzhuanzhuan

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