Commit cf426592 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12026032.lua

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