Commit 45d0b743 authored by Amiya's avatar Amiya

修复

parent 40d129b2
Pipeline #42684 passed with stages
in 4 minutes and 18 seconds
......@@ -32,6 +32,7 @@ end
function s.activate(e,tp,eg,ep,ev,re,r,rp)
local g1=Duel.GetMatchingGroup(s.cfilter1,tp,LOCATION_DECK,0,nil,tp)
local dcount=Duel.GetFieldGroupCount(tp,LOCATION_DECK,0)
if dcount==0 then return end
local seq1=-1
local spcard1=nil
for tc in aux.Next(g1) 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