Commit ff1c2cc5 authored by mercury233's avatar mercury233

fix

parent e805ecb4
......@@ -64,7 +64,7 @@ function c62530723.cfilter(c,seq2)
end
function c62530723.discon(e,tp,eg,ep,ev,re,r,rp)
local loc,seq=Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_LOCATION,CHAININFO_TRIGGERING_SEQUENCE)
return rp~=tp and re:IsActiveType(TYPE_SPELL) and loc==LOCATION_SZONE
return rp~=tp and re:IsActiveType(TYPE_SPELL) and loc&LOCATION_SZONE==LOCATION_SZONE
and Duel.IsExistingMatchingCard(c62530723.cfilter,tp,LOCATION_MZONE,0,1,nil,seq)
end
function c62530723.disop(e,tp,eg,ep,ev,re,r,rp)
......
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