Commit b6a479d5 authored by wind2009's avatar wind2009

Merge branch 'patch-5' into 'master'

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

See merge request !258
parents 272993e6 0426ec77
Pipeline #42591 canceled with stages
in 5 minutes and 24 seconds
......@@ -101,7 +101,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
end
end
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
function s.thfilter2(c)
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