Commit 74cc34eb authored by gg123gg's avatar gg123gg

Update c12038000.lua

parent ccc944d3
Pipeline #12720 passed with stages
in 31 minutes and 29 seconds
...@@ -37,7 +37,6 @@ function srprzm.cost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -37,7 +37,6 @@ function srprzm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_PHASE+PHASE_END) e1:SetCode(EVENT_PHASE+PHASE_END)
e1:SetReset(RESET_PHASE+PHASE_END)
e1:SetLabelObject(c) e1:SetLabelObject(c)
e1:SetCountLimit(1) e1:SetCountLimit(1)
e1:SetOperation(srprzm.retop) e1:SetOperation(srprzm.retop)
...@@ -46,7 +45,6 @@ function srprzm.cost(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -46,7 +45,6 @@ function srprzm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS) e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_CHAIN_END) e1:SetCode(EVENT_CHAIN_END)
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
e1:SetLabelObject(c) e1:SetLabelObject(c)
e1:SetCountLimit(1) e1:SetCountLimit(1)
e1:SetOperation(srprzm.retop) e1:SetOperation(srprzm.retop)
...@@ -63,6 +61,7 @@ function srprzm.retop(e,tp,eg,ep,ev,re,r,rp) ...@@ -63,6 +61,7 @@ function srprzm.retop(e,tp,eg,ep,ev,re,r,rp)
else else
Duel.ReturnToField(e:GetLabelObject()) Duel.ReturnToField(e:GetLabelObject())
end end
e:Reset()
end end
function srprzm.spcon(e,tp,eg,ep,ev,re,r,rp) function srprzm.spcon(e,tp,eg,ep,ev,re,r,rp)
......
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