Commit 45101317 authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 5142635a
...@@ -8,14 +8,14 @@ function c78364470.initial_effect(c) ...@@ -8,14 +8,14 @@ function c78364470.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
end end
function c78364470.sumop(e,tp,eg,ep,ev,re,r,rp) function c78364470.sumop(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetFlagEffect(tp,78364471)~=0 then return end if Duel.GetFlagEffect(tp,78364470)~=0 then return end
local e1=Effect.CreateEffect(e:GetHandler()) local e1=Effect.CreateEffect(e:GetHandler())
e1:SetDescription(aux.Stringid(78364471,0)) e1:SetDescription(aux.Stringid(78364470,0))
e1:SetType(EFFECT_TYPE_FIELD) e1:SetType(EFFECT_TYPE_FIELD)
e1:SetTargetRange(LOCATION_HAND+LOCATION_MZONE,0) e1:SetTargetRange(LOCATION_HAND+LOCATION_MZONE,0)
e1:SetCode(EFFECT_EXTRA_SUMMON_COUNT) e1:SetCode(EFFECT_EXTRA_SUMMON_COUNT)
e1:SetTarget(aux.TargetBoolFunction(Card.IsSetCard,0x53)) e1:SetTarget(aux.TargetBoolFunction(Card.IsSetCard,0x53))
e1:SetReset(RESET_PHASE+PHASE_END) e1:SetReset(RESET_PHASE+PHASE_END)
Duel.RegisterEffect(e1,tp) Duel.RegisterEffect(e1,tp)
Duel.RegisterFlagEffect(tp,78364471,RESET_PHASE+PHASE_END,0,1) Duel.RegisterFlagEffect(tp,78364470,RESET_PHASE+PHASE_END,0,1)
end 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