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 8bc9221 commit 253dfd0Copy full SHA for 253dfd0
1 file changed
rush/c160004017.lua
@@ -33,7 +33,7 @@ function s.operation(e,tp,eg,ep,ev,re,r,rp)
33
--Effect
34
local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM)
35
if Duel.Recover(p,d,REASON_EFFECT)>0 and Duel.IsExistingMatchingCard(s.filter,tp,LOCATION_GRAVE,0,1,nil) and Duel.SelectYesNo(tp,aux.Stringid(id,0)) then
36
- local g=Duel.GetMatchingGroup(g,s.filter,LOCATION_GRAVE,0,nil)
+ local g=Duel.GetMatchingGroup(s.filter,tp,LOCATION_GRAVE,0,nil)
37
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
38
local sg=g:Select(tp,1,#g,nil)
39
if #sg>0 then
0 commit comments