Commit 8030a2ec authored by nanahira's avatar nanahira

Merge branch 'master' of github.com:purerosefallen/ygopro-222DIY-cards

parents e5dd6f2f cf426592
...@@ -22,9 +22,10 @@ function c12026032.initial_effect(c) ...@@ -22,9 +22,10 @@ function c12026032.initial_effect(c)
e2:SetCode(EVENT_SPSUMMON_SUCCESS) e2:SetCode(EVENT_SPSUMMON_SUCCESS)
e2:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_DAMAGE_STEP) e2:SetProperty(EFFECT_FLAG_DELAY+EFFECT_FLAG_DAMAGE_STEP)
e2:SetCountLimit(1,12026032+100) e2:SetCountLimit(1,12026032+100)
e2:SetCost(c12026032.thcost)
e2:SetTarget(c12026032.thtg) e2:SetTarget(c12026032.thtg)
e2:SetOperation(c12026032.thop) e2:SetOperation(c12026032.thop)
c:RegisterEffect(e1) c:RegisterEffect(e2)
--leave field --leave field
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS) e2:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
...@@ -84,5 +85,5 @@ function c12026032.regop(e,tp,eg,ep,ev,re,r,rp) ...@@ -84,5 +85,5 @@ function c12026032.regop(e,tp,eg,ep,ev,re,r,rp)
e2:SetReset(RESET_PHASE+PHASE_END) e2:SetReset(RESET_PHASE+PHASE_END)
e2:SetValue(99) e2:SetValue(99)
e2:SetTargetRange(1,0) e2:SetTargetRange(1,0)
Duel.RegisterEffect(tp,e2) Duel.RegisterEffect(e2,tp)
end end
\ No newline at end of file
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