Commit 47fdf4d4 authored by mercury233's avatar mercury233

fix

parent 02b7f848
...@@ -96,7 +96,7 @@ function c100412026.sptg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -96,7 +96,7 @@ function c100412026.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
local rg1=Group.CreateGroup() local rg1=Group.CreateGroup()
if lv>1 then if lv>1 then
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_REMOVE)
local rg2=cg:Select(tp,lv-1,lv-1,c) local rg2=cg:Select(tp,lv,lv,c)
rg1:Merge(rg2) rg1:Merge(rg2)
end end
rg1:AddCard(c) rg1:AddCard(c)
......
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