We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a31cb commit 4082670Copy full SHA for 4082670
1 file changed
rush/c160216039.lua
@@ -24,13 +24,13 @@ function s.filter(c)
24
return c:IsFaceup() and not c:IsMaximumModeSide()
25
end
26
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
+ if chk==0 then return Duel.IsExistingMatchingCard(s.filter,tp,0,LOCATION_MZONE,1,nil) end
28
Duel.SetOperationInfo(0,CATEGORY_TODECK,nil,1,0,0)
29
30
function s.operation(e,tp,eg,ep,ev,re,r,rp)
31
--Effect
32
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_TODECK)
33
- local g=Duel.SelectMatchingCard(tp,s.filter,tp,0,LOCATION_ONFIELD,1,1,nil)
+ local g=Duel.SelectMatchingCard(tp,s.filter,tp,0,LOCATION_MZONE,1,1,nil)
34
if #g>0 then
35
Duel.HintSelection(g)
36
g=g:AddMaximumCheck()
0 commit comments