Commit e4113d8b authored by mercury233's avatar mercury233

fix

parent 1b6c2587
...@@ -93,12 +93,12 @@ function c67508932.spcon(e,tp,eg,ep,ev,re,r,rp) ...@@ -93,12 +93,12 @@ function c67508932.spcon(e,tp,eg,ep,ev,re,r,rp)
end end
function c67508932.sptg(e,tp,eg,ep,ev,re,r,rp,chk) function c67508932.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true end
local g=Duel.GetMatchingGroup(c67508932.spfilter,tp,0,LOCATION_REMOVED,nil,e,tp) local g=Duel.GetMatchingGroup(c67508932.spfilter,tp,LOCATION_REMOVED,LOCATION_REMOVED,nil,e,tp)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,g,#g,tp,LOCATION_REMOVED) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,g,#g,tp,LOCATION_REMOVED)
end end
function c67508932.spop(e,tp,eg,ep,ev,re,r,rp) function c67508932.spop(e,tp,eg,ep,ev,re,r,rp)
local ft=Duel.GetLocationCount(tp,LOCATION_MZONE) local ft=Duel.GetLocationCount(tp,LOCATION_MZONE)
local tg=Duel.GetMatchingGroup(c67508932.spfilter,tp,0,LOCATION_REMOVED,nil,e,tp) local tg=Duel.GetMatchingGroup(c67508932.spfilter,tp,LOCATION_REMOVED,LOCATION_REMOVED,nil,e,tp)
if ft<=0 or #tg==0 then return end if ft<=0 or #tg==0 then return end
if Duel.IsPlayerAffectedByEffect(tp,59822133) then ft=1 end if Duel.IsPlayerAffectedByEffect(tp,59822133) then ft=1 end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_SPSUMMON)
......
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