Skip to content

Commit cf66a5b

Browse files
authored
Update "Noah's Arc"
Should return the chosen card during the return selection, not the added card.
1 parent 582c7cb commit cf66a5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

skill/c300309020.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function s.shinatotohandop(e,tp,eg,ep,ev,re,r,rp)
9696
local sg=Duel.SelectMatchingCard(tp,Card.IsAbleToDeck,tp,LOCATION_HAND,0,1,1,nil)
9797
if #sg>0 then
9898
Duel.BreakEffect()
99-
Duel.SendtoDeck(g,nil,SEQ_DECKBOTTOM,REASON_EFFECT)
99+
Duel.SendtoDeck(sg,nil,SEQ_DECKBOTTOM,REASON_EFFECT)
100100
end
101101
end
102102
end

0 commit comments

Comments
 (0)