Commit f49fb102 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c21113621.lua

parent 62b81237
Pipeline #32429 passed with stages
in 63 minutes and 41 seconds
......@@ -43,11 +43,11 @@ function c21113621.op(e,tp,eg,ep,ev,re,r,rp)
e2:SetReset(RESET_EVENT+RESETS_STANDARD)
tc:RegisterEffect(e2)
end
local e1=Effect.CreateEffect(c)
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_PHASE+PHASE_END)
e1:SetOperation(c21113621.op0)
c:RegisterEffect(e1)
e:GetHandler():RegisterEffect(e1)
end
end
function c21113621.w(c)
......
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