Skip to content

Commit 17d8948

Browse files
authored
Update c511001136.lua
1 parent 0adaa69 commit 17d8948

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unofficial/c511001136.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function s.cost(e,tp,eg,ep,ev,re,r,rp,chk)
1919
Duel.Remove(g,POS_FACEUP,REASON_COST)
2020
end
2121
function s.target(e,tp,eg,ep,ev,re,r,rp,chk)
22-
if chk==0 then return Duel.IsExistingTarget(Card.IsAbleToHand,tp,0,LOCATION_GRAVE,1,nil) end
22+
if chk==0 then return Duel.IsExistingMatchingCard(Card.IsAbleToHand,tp,0,LOCATION_GRAVE,1,nil) end
2323
Duel.SetOperationInfo(0,CATEGORY_TOHAND,nil,1,tp,0)
2424
end
2525
function s.activate(e,tp,eg,ep,ev,re,r,rp,chk,chkc)

0 commit comments

Comments
 (0)