Skip to content

Commit 846f12a

Browse files
committed
fixed Jest of the Cosmos Princess
1 parent c6b06ee commit 846f12a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rush/c160017058.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
3939
if #g>0 then
4040
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY)
4141
local sg=g:Select(tp,1,2,nil)
42-
sg=sg:AddMaximumCheck()
42+
local sg2=sg:AddMaximumCheck()
4343
if #sg>0 then
44-
Duel.HintSelection(sg)
44+
Duel.HintSelection(sg2)
4545
if Duel.Destroy(sg,REASON_EFFECT)>0 then
4646
if Duel.GetFieldGroupCountRush(tp,0,LOCATION_ONFIELD)>=2 and Duel.IsPlayerCanDraw(tp,2) and Duel.SelectYesNo(tp,aux.Stringid(id,1)) then
4747
Duel.BreakEffect()

0 commit comments

Comments
 (0)