Commit 0426ec77 authored by Mr.Tan's avatar Mr.Tan

Fix 星読みの魔術師-ホロスコープ・マジシャン

parent 272993e6
...@@ -101,7 +101,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -101,7 +101,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function s.desfilter(c) function s.desfilter(c)
return c:IsFaceup() and c:IsType(TYPE_PENDULUM) return c:IsFaceup() and (c:GetOriginalType()&(TYPE_PENDULUM|TYPE_MONSTER)==TYPE_PENDULUM|TYPE_MONSTER)
end end
function s.thfilter2(c) function s.thfilter2(c)
return c:IsFaceup() and c:IsType(TYPE_PENDULUM) and c:IsAbleToHand() return c:IsFaceup() and c:IsType(TYPE_PENDULUM) and c:IsAbleToHand()
......
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