Commit 300311fc authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c50213135.lua

parent 4a0edf6a
Pipeline #30943 failed with stages
in 55 seconds
...@@ -82,12 +82,12 @@ function c50213135.rmop(e,tp,eg,ep,ev,re,r,rp) ...@@ -82,12 +82,12 @@ function c50213135.rmop(e,tp,eg,ep,ev,re,r,rp)
local sg=Group.CreateGroup() local sg=Group.CreateGroup()
if g1:GetCount()>0 then if g1:GetCount()>0 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
sg1=g1:Select(tp,0,1,nil) local sg1=g1:Select(tp,0,1,nil)
sg:Merge(sg1) sg:Merge(sg1)
end end
if g2:GetCount()>0 then if g2:GetCount()>0 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
sg2=g2:Select(tp,0,1,nil) local sg2=g2:Select(tp,0,1,nil)
sg:Merge(sg2) sg:Merge(sg2)
end end
Duel.HintSelection(sg) Duel.HintSelection(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