Commit 28fdd7a2 authored by Amiya's avatar Amiya

修复

parent c6abb9bc
Pipeline #31772 passed with stages
in 1 minute and 28 seconds
......@@ -64,7 +64,8 @@ function s.codeop(e,tp,eg,ep,ev,re,r,rp)
end
end
function s.discon(e,tp,eg,ep,ev,re,r,rp)
return rp==1-tp and re:GetHandler():IsCode(id+o)
local code=Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_CODE)
return rp==1-tp and code==id+o
end
function s.disop(e,tp,eg,ep,ev,re,r,rp)
Duel.NegateEffect(ev)
......
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