Commit 990e0be7 authored by Amiya's avatar Amiya

修复

parent 8012ddd9
Pipeline #31783 passed with stages
in 1 minute and 35 seconds
...@@ -53,7 +53,7 @@ function s.spfilter(c,e,tp) ...@@ -53,7 +53,7 @@ function s.spfilter(c,e,tp)
and c:IsCanBeEffectTarget(e) and c:IsCanBeEffectTarget(e)
end end
function s.fselect(g) function s.fselect(g)
return aux.SameValueCheck(g,Card.GetCode)==1 return g:GetClassCount(Card.GetCode)==1
end end
function s.sptg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function s.sptg(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