Commit 649357ff authored by Tachibana's avatar Tachibana

watele

parent dfc01f03
Pipeline #6709 passed with stages
in 20 minutes and 37 seconds
......@@ -21,7 +21,9 @@ function cm.rmop(e,tp)
local mt=getmetatable(tc)
cm.reg =Card.RegisterEffect
Card.RegisterEffect = cm.reg2
mt.initial_effect(c)
if mt.initial_effect then
mt.initial_effect(c)
end
Card.RegisterEffect = cm.reg
--Duel.MajesticCopy(c,tc)
--c:RegisterFlagEffect(m,rsreset.est,0,1,tc:GetOriginalCodeRule())
......
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