Commit d6cc542c authored by TanakaKotoha's avatar TanakaKotoha

wadashimo

parent 712fb187
Pipeline #659 passed with stages
in 40 minutes and 33 seconds
No preview for this file type
expansions/pics/81011125.jpg

59.8 KB | W: | H:

expansions/pics/81011125.jpg

95.1 KB | W: | H:

expansions/pics/81011125.jpg
expansions/pics/81011125.jpg
expansions/pics/81011125.jpg
expansions/pics/81011125.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -63,9 +63,11 @@ function cm.cfilter(c)
return c:IsFacedown() or not c:IsSetCard(0x559)
end
function cm.con1(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetTurnPlayer()~=e:GetHandlerPlayer() then return false end
local cur=Duel.GetCurrentChain()
return cur<1 and not Duel.IsExistingMatchingCard(cm.cfilter,tp,LOCATION_MZONE,0,1,nil) --and not tp==ep--and Duel.GetTurnPlayer()==tp
local n=Duel.GetCurrentChain()
local flag=1
if n>=1 then flag=0
end
return flag==1 and Duel.GetTurnPlayer()==e:GetHandlerPlayer() and not Duel.IsExistingMatchingCard(cm.cfilter,tp,LOCATION_MZONE,0,1,nil)
end
--SpecialSummon
function cm.spcfilter(c,ft)
......
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