Commit bbf8fc28 authored by Tachibana's avatar Tachibana

ybb

parent cb2e84fa
Pipeline #10265 passed with stages
in 24 minutes and 19 seconds
No preview for this file type
......@@ -42,7 +42,7 @@ function c33200660.cfilter(c,seq2)
end
function c33200660.discon(e,tp,eg,ep,ev,re,r,rp)
local loc,seq=Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_LOCATION,CHAININFO_TRIGGERING_SEQUENCE)
return rp==1-tp and (re:IsActiveType(TYPE_TRAP) or re:IsActiveType(TYPE_SPELL)) and loc==LOCATION_SZONE
return rp==1-tp and (re:IsActiveType(TYPE_TRAP) or re:IsActiveType(TYPE_SPELL)) and loc&LOCATION_SZONE==LOCATION_SZONE and seq<=4
and Duel.IsExistingMatchingCard(c33200660.cfilter,tp,LOCATION_MZONE,0,1,nil,seq)
end
function c33200660.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