Skip to content

Commit dad3a85

Browse files
authored
"Monster Eye" update
Shouldn't use the targeting function when making the selection.
1 parent 460cc9f commit dad3a85

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

official/c84133008.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ function s.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
2323
end
2424
function s.thop(e,tp,eg,ep,ev,re,r,rp)
2525
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
26-
local g=Duel.SelectTarget(tp,s.thfilter,tp,LOCATION_GRAVE,0,1,1,nil)
26+
local g=Duel.SelectMatchingCard(tp,s.thfilter,tp,LOCATION_GRAVE,0,1,1,nil)
2727
if #g>0 then
28+
Duel.HintSelection(g)
2829
Duel.SendtoHand(g,nil,REASON_EFFECT)
29-
Duel.ConfirmCards(1-tp,g)
3030
end
31-
end
31+
end

0 commit comments

Comments
 (0)