Commit fd0467be authored by Huangnan's avatar Huangnan

Update c101202036.lua

parent 5f41ca71
...@@ -75,7 +75,7 @@ function s.sfilter(c,e,tp) ...@@ -75,7 +75,7 @@ function s.sfilter(c,e,tp)
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 g=eg:Filter(s.sfilter,nil,e,tp) local g=eg:Filter(s.sfilter,nil,e,tp)
if chkc then return g:IsContains(chkc) end if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and #g>0 end
if chk==0 then return #g>0 end if chk==0 then return #g>0 end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
local sg=g:Select(tp,1,1,nil) local sg=g:Select(tp,1,1,nil)
......
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