You need to sign in or sign up before continuing.
Commit 7d605a1d authored by 森野さくら's avatar 森野さくら 🐟

hop

parent ce739a6f
...@@ -71,7 +71,7 @@ function cm.cpop(e,tp,eg,ep,ev,re,r,rp) ...@@ -71,7 +71,7 @@ function cm.cpop(e,tp,eg,ep,ev,re,r,rp)
if not te then return false end if not te then return false end
local tg=te:GetTarget() local tg=te:GetTarget()
if tg and not tg(e,tp,ceg,cep,cev,cre,cr,crp,0) then return end if tg and not tg(e,tp,ceg,cep,cev,cre,cr,crp,0) then return end
Duel.Remove(g,REASON_EFFECT) Duel.Remove(g,POS_FACEUP,REASON_EFFECT)
local op=te:GetOperation() local op=te:GetOperation()
if op then op(e,tp,eg,ep,ev,re,r,rp) end if op then op(e,tp,eg,ep,ev,re,r,rp) end
end 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