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 d407583 commit 8b554dfCopy full SHA for 8b554df
1 file changed
rush/c160212061.lua
@@ -34,8 +34,8 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
34
if Duel.IsExistingMatchingCard(s.filter,tp,LOCATION_GRAVE,0,1,nil) and #dg>0 and Duel.SelectYesNo(tp,aux.Stringid(id,1)) then
35
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_DESTROY)
36
local sg=dg:Select(tp,1,2,nil)
37
- Duel.HintSelection(sg)
38
- sg=sg:AddMaximumCheck()
+ local sg2=sg:AddMaximumCheck()
+ Duel.HintSelection(sg2)
39
Duel.Destroy(sg,REASON_EFFECT)
40
end
41
0 commit comments