Skip to content

Commit f456345

Browse files
committed
fixed Archfiend Spear Soldier
1 parent 04517e7 commit f456345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rush/c160020022.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
2828
local dg=Duel.GetMatchingGroup(Card.IsNotMaximumModeSide,tp,0,LOCATION_MZONE,nil)
2929
if #dg>0 then
3030
local sg=dg:Select(tp,1,1,nil)
31-
sg=sg:AddMaximumCheck()
32-
Duel.HintSelection(sg)
31+
local sg2=sg:AddMaximumCheck()
32+
Duel.HintSelection(sg2)
3333
if Duel.Destroy(sg,REASON_EFFECT)>0 and Duel.IsPlayerCanDraw(tp,1) and Duel.SelectYesNo(tp,aux.Stringid(id,1)) then
3434
Duel.BreakEffect()
3535
Duel.Draw(tp,1,REASON_EFFECT)

0 commit comments

Comments
 (0)