Commit 4918c9fc authored by Amiya's avatar Amiya

修复

parent c36ecfa6
...@@ -51,7 +51,7 @@ function s.thcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -51,7 +51,7 @@ function s.thcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():IsSummonType(SUMMON_TYPE_PENDULUM) return e:GetHandler():IsSummonType(SUMMON_TYPE_PENDULUM)
end end
function s.cfilter(c) function s.cfilter(c)
return not c:IsCode(id) and c:IsFaceup() return not c:IsCode(id) or c:IsFacedown()
end end
function s.atcon(e) function s.atcon(e)
return Duel.IsExistingMatchingCard(s.cfilter,e:GetHandlerPlayer(),LOCATION_MZONE,0,1,e:GetHandler()) return Duel.IsExistingMatchingCard(s.cfilter,e:GetHandlerPlayer(),LOCATION_MZONE,0,1,e:GetHandler())
......
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