Commit fcdd82ab authored by TanakaKotoha's avatar TanakaKotoha

dd

parent 00c6aef5
No preview for this file type
......@@ -44,7 +44,7 @@ function cm.cfilter(c)
return c:IsFaceup() and c:IsCode(26821000)
end
function cm.con(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(cm.cfilter,tp,LOCATION_ONFIELD,0,1,nil) and Duel.GetTurnPlayer()~=tp
return Duel.IsExistingMatchingCard(cm.cfilter,tp,LOCATION_ONFIELD,0,1,nil) and Duel.GetTurnPlayer()~=tp and aux.bpcon()
end
function cm.filter(c,e,tp)
return (cm.IsSliverScene(c) or c:IsControler(1-tp)) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
......
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