Commit f86ff01c authored by Tachibana's avatar Tachibana

ndyd

parent d847dd6f
Pipeline #4558 passed with stages
in 30 minutes and 14 seconds
No preview for this file type
......@@ -54,11 +54,11 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp,c)
e:GetHandler():RegisterEffect(e2_1,true)
end
function cm.efilter(c)
return c:IsFacedown() and not c:IsSetCard(0x6fa8)
return c:IsFacedown() or not c:IsSetCard(0x6fa8)
end
function cm.actcon(e)
local tp=e:GetHandlerPlayer()
return Duel.GetCurrentChain()<=0 and Duel.GetTurnPlayer()==1-tp and not Duel.IsExistingMatchingCard(cm.efilter,tp,LOCATION_ONFIELD,0,1,nil)
return Duel.GetCurrentChain()<=0 and Duel.GetTurnPlayer()==tp and not Duel.IsExistingMatchingCard(cm.efilter,tp,LOCATION_ONFIELD,0,1,nil)
end
function cm.cfilter(c,tp)
return c:IsSummonPlayer(1-tp)
......
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