Skip to content

Commit 8b554df

Browse files
committed
fixed Legendary Sparkseed
1 parent d407583 commit 8b554df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rush/c160212061.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
3434
if Duel.IsExistingMatchingCard(s.filter,tp,LOCATION_GRAVE,0,1,nil) and #dg>0 and Duel.SelectYesNo(tp,aux.Stringid(id,1)) then
3535
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY)
3636
local sg=dg:Select(tp,1,2,nil)
37-
Duel.HintSelection(sg)
38-
sg=sg:AddMaximumCheck()
37+
local sg2=sg:AddMaximumCheck()
38+
Duel.HintSelection(sg2)
3939
Duel.Destroy(sg,REASON_EFFECT)
4040
end
4141
end

0 commit comments

Comments
 (0)