Commit 0ec7f035 authored by Amiya's avatar Amiya

修复

parent 28fdd7a2
......@@ -65,7 +65,7 @@ function s.codeop(e,tp,eg,ep,ev,re,r,rp)
end
function s.discon(e,tp,eg,ep,ev,re,r,rp)
local code=Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_CODE)
return rp==1-tp and code==id+o
return rp==1-tp and (code==id+o or re:GetHandler():IsCode(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