Commit 5d7ee399 authored by mercury233's avatar mercury233

fix 軌跡の魔術師

EVENT_SPSUMMON_SUCCESS_G_P is only used by pendulum summon
parent 484db14c
...@@ -38,9 +38,7 @@ function c22125101.initial_effect(c) ...@@ -38,9 +38,7 @@ function c22125101.initial_effect(c)
end end
end end
function c22125101.checkop(e,tp,eg,ep,ev,re,r,rp) function c22125101.checkop(e,tp,eg,ep,ev,re,r,rp)
if eg:IsExists(Card.IsSummonType,1,nil,SUMMON_TYPE_PENDULUM) then Duel.RegisterFlagEffect(rp,22125101,RESET_PHASE+PHASE_END,0,1)
Duel.RegisterFlagEffect(rp,22125101,RESET_PHASE+PHASE_END,0,1)
end
end end
function c22125101.lcheck(g) function c22125101.lcheck(g)
return g:IsExists(Card.IsLinkType,1,nil,TYPE_PENDULUM) return g:IsExists(Card.IsLinkType,1,nil,TYPE_PENDULUM)
......
...@@ -32,9 +32,7 @@ function c66150724.initial_effect(c) ...@@ -32,9 +32,7 @@ function c66150724.initial_effect(c)
end end
end end
function c66150724.checkop(e,tp,eg,ep,ev,re,r,rp) function c66150724.checkop(e,tp,eg,ep,ev,re,r,rp)
if eg:IsExists(Card.IsSummonType,1,nil,SUMMON_TYPE_PENDULUM) then Duel.RegisterFlagEffect(rp,66150724,RESET_PHASE+PHASE_END,0,1)
Duel.RegisterFlagEffect(rp,66150724,RESET_PHASE+PHASE_END,0,1)
end
end end
function c66150724.thfilter1(c) function c66150724.thfilter1(c)
return c:IsFaceup() and c:IsType(TYPE_PENDULUM) and c:IsSetCard(0xf2) and c:IsAbleToHand() return c:IsFaceup() and c:IsType(TYPE_PENDULUM) and c:IsSetCard(0xf2) and c:IsAbleToHand()
......
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