Commit c9383c87 authored by mercury233's avatar mercury233 Committed by GitHub

fix Bayerock Dragon

parent 7f8111bc
...@@ -74,7 +74,7 @@ function s.spfilter(c,e,tp) ...@@ -74,7 +74,7 @@ function s.spfilter(c,e,tp)
and c:IsCanBeEffectTarget(e) and c:IsCanBeEffectTarget(e)
end end
function s.fselect(g,ft) function s.fselect(g,ft)
return g:GetCount()<ft and g:GetClassCount(Card.GetRace)==g:GetCount() return g:GetCount()<=ft and g:GetClassCount(Card.GetRace)==g:GetCount()
end end
function s.sptg2(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.sptg2(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
local c=e:GetHandler() local c=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