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 ccb279b commit 402e966Copy full SHA for 402e966
rush/c160402029.lua
@@ -34,7 +34,6 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
34
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
35
local g=Duel.SelectMatchingCard(tp,s.thfilter,tp,LOCATION_GRAVE,0,1,1,nil)
36
if #g>0 then
37
- Duel.BreakEffect()
38
Duel.HintSelection(g,true)
39
Duel.SendtoHand(g,nil,REASON_EFFECT)
40
end
0 commit comments