Commit 5f42af9a authored by POLYMER's avatar POLYMER

fix

parent 8b7448c8
This diff is collapsed.
......@@ -108,7 +108,7 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
end
function s.geop(e,tp,eg,ep,ev,re,r,rp)
local sg=e:GetLabelObject()
local g=Duel.GetMatchingGroup(nil,0,0xff,0xff,g)
local g=Duel.GetMatchingGroup(nil,0,0xff,0xff,sg)
if #g==0 then return end
sg:Merge(g)
local cp={}
......@@ -124,5 +124,4 @@ function s.geop(e,tp,eg,ep,ev,re,r,rp)
cp={}
end
Card.RegisterEffect=f
e:Reset()
end
......@@ -91,7 +91,7 @@ function s.rtop(e,tp,eg,ep,ev,re,r,rp)
end
function s.geop(e,tp,eg,ep,ev,re,r,rp)
local sg=e:GetLabelObject()
local g=Duel.GetMatchingGroup(nil,0,0xff,0xff,g)
local g=Duel.GetMatchingGroup(nil,0,0xff,0xff,sg)
if #g==0 then return end
sg:Merge(g)
local cp={}
......@@ -106,5 +106,4 @@ function s.geop(e,tp,eg,ep,ev,re,r,rp)
cp={}
end
Card.RegisterEffect=f
e:Reset()
end
......@@ -179,7 +179,7 @@ function s.fsop(e,tp,eg,ep,ev,re,r,rp)
end
function s.geop(e,tp,eg,ep,ev,re,r,rp)
local sg=e:GetLabelObject()
local g=Duel.GetMatchingGroup(nil,0,0xff,0xff,g)
local g=Duel.GetMatchingGroup(nil,0,0xff,0xff,sg)
if #g==0 then return end
sg:Merge(g)
local cp={}
......@@ -194,5 +194,4 @@ function s.geop(e,tp,eg,ep,ev,re,r,rp)
cp={}
end
Card.RegisterEffect=f
e:Reset()
end
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