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 ccdb73a commit 1a5fc63Copy full SHA for 1a5fc63
1 file changed
rush/c160021030.lua
@@ -38,7 +38,6 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
38
Duel.HintSelection(td)
39
if Duel.SendtoDeck(td,nil,SEQ_DECKSHUFFLE,REASON_COST)<1 then return end
40
--Effect
41
- if Duel.GetLocationCount(tp,LOCATION_MZONE)<=0 then return end
42
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CODE)
43
local g=Duel.SelectMatchingCard(tp,s.cfilter2,tp,LOCATION_GRAVE,0,1,1,nil,e:GetHandler():GetCode())
44
if #g>0 then
0 commit comments