Skip to content

Commit 4082670

Browse files
committed
fixed Super Soldier Strike
1 parent e4a31cb commit 4082670

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rush/c160216039.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ function s.filter(c)
2424
return c:IsFaceup() and not c:IsMaximumModeSide()
2525
end
2626
function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
27-
if chk==0 then return Duel.IsExistingMatchingCard(s.filter,tp,0,LOCATION_ONFIELD,1,nil) end
27+
if chk==0 then return Duel.IsExistingMatchingCard(s.filter,tp,0,LOCATION_MZONE,1,nil) end
2828
Duel.SetOperationInfo(0,CATEGORY_TODECK,nil,1,0,0)
2929
end
3030
function s.operation(e,tp,eg,ep,ev,re,r,rp)
3131
--Effect
3232
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
33-
local g=Duel.SelectMatchingCard(tp,s.filter,tp,0,LOCATION_ONFIELD,1,1,nil)
33+
local g=Duel.SelectMatchingCard(tp,s.filter,tp,0,LOCATION_MZONE,1,1,nil)
3434
if #g>0 then
3535
Duel.HintSelection(g)
3636
g=g:AddMaximumCheck()

0 commit comments

Comments
 (0)