Commit 2afbfdaf authored by Amiya's avatar Amiya

修复

parent bc284ec2
...@@ -57,7 +57,7 @@ function s.initial_effect(c) ...@@ -57,7 +57,7 @@ function s.initial_effect(c)
end end
end end
function s.cfilter(c,tp) function s.cfilter(c,tp)
return c:GetOwner()==tp return c:GetOwner()==tp and c:IsFaceup()
end end
function s.spcon(e,tp,eg,ep,ev,re,r,rp) function s.spcon(e,tp,eg,ep,ev,re,r,rp)
return Duel.IsExistingMatchingCard(s.cfilter,tp,0,LOCATION_MZONE,1,nil,tp) return Duel.IsExistingMatchingCard(s.cfilter,tp,0,LOCATION_MZONE,1,nil,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