Commit c9b9eb88 authored by GuGu's avatar GuGu

Update c99999016.lua

parent e784954a
Pipeline #33306 passed with stage
in 10 seconds
...@@ -61,6 +61,7 @@ function c99999016.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -61,6 +61,7 @@ function c99999016.spop(e,tp,eg,ep,ev,re,r,rp)
if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then return end if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then return end
local cg=Duel.GetMatchingGroup(c99999016.cfilter,tp,LOCATION_GRAVE,0,e:GetHandler()) local cg=Duel.GetMatchingGroup(c99999016.cfilter,tp,LOCATION_GRAVE,0,e:GetHandler())
local tg=Duel.GetMatchingGroup(c99999016.spfilter,tp,LOCATION_HAND,0,nil,e,tp,cg:GetCount()) local tg=Duel.GetMatchingGroup(c99999016.spfilter,tp,LOCATION_HAND,0,nil,e,tp,cg:GetCount())
if #cg==0 or #tg==0 then return end
local lvt={} local lvt={}
local tc=tg:GetFirst() local tc=tg:GetFirst()
while tc do while tc do
......
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