Commit f86ff01c authored by Tachibana's avatar Tachibana

ndyd

parent d847dd6f
No preview for this file type
...@@ -54,11 +54,11 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp,c) ...@@ -54,11 +54,11 @@ function cm.spop(e,tp,eg,ep,ev,re,r,rp,c)
e:GetHandler():RegisterEffect(e2_1,true) e:GetHandler():RegisterEffect(e2_1,true)
end end
function cm.efilter(c) function cm.efilter(c)
return c:IsFacedown() and not c:IsSetCard(0x6fa8) return c:IsFacedown() or not c:IsSetCard(0x6fa8)
end end
function cm.actcon(e) function cm.actcon(e)
local tp=e:GetHandlerPlayer() 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 end
function cm.cfilter(c,tp) function cm.cfilter(c,tp)
return c:IsSummonPlayer(1-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