Commit 7fa1ee9c authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 2165326a
......@@ -35,12 +35,12 @@ function c33022867.spcon(e,c)
if c==nil then return true end
local tp=c:GetControler()
local rg=Duel.GetReleaseGroup(tp)
return rg:CheckSubGroup(c33022867.fselect,3,3)
return rg:CheckSubGroup(c33022867.fselect,3,3,tp)
end
function c33022867.sptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
local rg=Duel.GetReleaseGroup(tp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_RELEASE)
local sg=rg:SelectSubGroup(tp,c33022867.fselect,true,3,3)
local sg=rg:SelectSubGroup(tp,c33022867.fselect,true,3,3,tp)
if sg then
sg:KeepAlive()
e:SetLabelObject(sg)
......
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