Commit c127d6ed authored by Amiya's avatar Amiya

修复

parent f4c30ff1
Pipeline #37557 failed with stages
in 13 seconds
...@@ -88,7 +88,7 @@ function s.spfilter2(c,e,tp,res,rc) ...@@ -88,7 +88,7 @@ function s.spfilter2(c,e,tp,res,rc)
and c:IsCanBeSpecialSummoned(e,0,tp,false,false) and c:IsCanBeSpecialSummoned(e,0,tp,false,false)
and (res and (not c:IsLocation(LOCATION_EXTRA) and (res and (not c:IsLocation(LOCATION_EXTRA)
and Duel.GetMZoneCount(tp,rc)>0 and Duel.GetMZoneCount(tp,rc)>0
or Duel.GetLocationCountFromEx(tp,tp,rc,c)>0) or c:IsLocation(LOCATION_EXTRA) and Duel.GetLocationCountFromEx(tp,tp,rc,c)>0)
or c:IsLocation(LOCATION_HAND) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0) or c:IsLocation(LOCATION_HAND) and Duel.GetLocationCount(tp,LOCATION_MZONE)>0)
end end
function s.sptg2(e,tp,eg,ep,ev,re,r,rp,chk) function s.sptg2(e,tp,eg,ep,ev,re,r,rp,chk)
......
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