Commit e46dc8ef authored by Tachibana's avatar Tachibana

得得得得得

parent 1a77eca9
Pipeline #11446 passed with stages
in 23 minutes and 12 seconds
No preview for this file type
......@@ -116,8 +116,15 @@ function c71400035.op1a(e,tp,eg,ep,ev,re,r,rp)
local tseq=e:GetLabel()
local ec=re:GetHandler()
local loc,seq=Duel.GetChainInfo(ev,CHAININFO_TRIGGERING_LOCATION,CHAININFO_TRIGGERING_SEQUENCE)
seq=aux.MZoneSequence(seq)
if loc&LOCATION_ONFIELD~=0 and ((rp==tp and seq==tseq) or (rp==1-tp and seq==4-tseq)) and (not ec:IsSetCard(0x714) and ec:IsLocation(loc) or not (ec:IsPreviousSetCard(0x714) or ec:IsLocation(loc))) then
if loc&LOCATION_MZONE~=0 then
seq=aux.MZoneSequence(seq)
elseif loc&LOCATION_SZONE~=0 then
if seq>4 then return end
seq=aux.SZoneSequence(seq)
else
return
end
if ((rp==tp and seq==tseq) or (rp==1-tp and seq==4-tseq)) and (not ec:IsSetCard(0x714) and ec:IsLocation(loc) or not (ec:IsPreviousSetCard(0x714) or ec:IsLocation(loc))) then
Duel.NegateEffect(ev)
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