Commit 83126e14 authored by Tachibana's avatar Tachibana

ndyd

parent 5a49cba7
...@@ -90,5 +90,5 @@ function cm.ssfilter(c,tp) ...@@ -90,5 +90,5 @@ function cm.ssfilter(c,tp)
return c:IsType(TYPE_SPELL+TYPE_TRAP) and c:GetOwner()==1-tp return c:IsType(TYPE_SPELL+TYPE_TRAP) and c:GetOwner()==1-tp
end end
function cm.actcon(e,tp) function cm.actcon(e,tp)
return Duel.IsExistingMatchingCard(e:GetHandlerPlayer(),tp,LOCATION_ONFIELD,0,1,nil,tp) return Duel.IsExistingMatchingCard(cm.ssfilter,e:GetHandlerPlayer(),LOCATION_ONFIELD,0,1,nil,tp)
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