Commit 0d47849f authored by wind2009's avatar wind2009

Fix DDカウント・サーベイヤー

parent 85f5aa31
Pipeline #31300 passed with stages
in 1 minute and 22 seconds
...@@ -52,7 +52,7 @@ function s.rlfilter(c,e) ...@@ -52,7 +52,7 @@ function s.rlfilter(c,e)
return c:IsFaceup() and c:IsCanBeEffectTarget(e) return c:IsFaceup() and c:IsCanBeEffectTarget(e)
end end
function s.gcheck(g) function s.gcheck(g)
return (g:GetClassCount(Card.GetRace)==1 or g:GetClassCount(Card.GetAttribute)==1) return (Auxiliary.SameValueCheck(g,Card.GetRace) or Auxiliary.SameValueCheck(g,Card.GetAttribute))
and g:IsExists(s.atkfilter,1,nil,g) and g:IsExists(s.atkfilter,1,nil,g)
end end
function s.rltg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.rltg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
......
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