Commit 5c338909 authored by Amiya's avatar Amiya

修复

parent 90405050
Pipeline #43712 passed with stages
in 1 minute and 53 seconds
...@@ -19,7 +19,7 @@ function s.cfilter(c,e,tp) ...@@ -19,7 +19,7 @@ function s.cfilter(c,e,tp)
end end
function s.spfilter(c,e,tp,g) function s.spfilter(c,e,tp,g)
g:AddCard(c) g:AddCard(c)
return c:IsFaceupEx() and c:IsSetCard(0x10db,0x2073) and c:IsType(TYPE_XYZ) return c:IsFaceupEx() and c:IsSetCard(0x10db,0x2073)
and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
and g:IsExists(s.stfilter,1,nil,e,tp) and g:IsExists(s.stfilter,1,nil,e,tp)
end end
......
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