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 4fdc2e7 commit ffa028dCopy full SHA for ffa028d
1 file changed
rush/c160219016.lua
@@ -44,7 +44,6 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
44
Duel.HintSelection(td)
45
if Duel.SendtoDeck(td,nil,SEQ_DECKSHUFFLE,REASON_COST)<1 then return end
46
--Effect
47
- if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then return end
48
local g=Duel.SelectMatchingCard(tp,s.namefilter2,tp,LOCATION_GRAVE,0,1,1,nil,c:GetCode())
49
if #g>0 then
50
Duel.HintSelection(g)
0 commit comments