Commit 397efe5c authored by GuGu's avatar GuGu

Update c431405.lua

parent 8a2f139c
Pipeline #32856 passed with stage
in 7 seconds
...@@ -53,7 +53,7 @@ function s.fselect(g,tp,sc) ...@@ -53,7 +53,7 @@ function s.fselect(g,tp,sc)
return g:GetCount()==2 and Duel.GetLocationCountFromEx(tp,tp,g,sc)>0 return g:GetCount()==2 and Duel.GetLocationCountFromEx(tp,tp,g,sc)>0
end end
function s.spfilter(c) function s.spfilter(c)
return c:IsType(TYPE_MONSTER) and c:IsReleasable() and c:IsRace(RACE_FAIRY) return c:IsType(TYPE_MONSTER) and c:IsReleasable() and c:IsRace(RACE_FAIRY) and c:IsFaceup()
end end
function s.spcon(e,c) function s.spcon(e,c)
if c==nil then return true end if c==nil then return true 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