Commit d847dd6f authored by Tachibana's avatar Tachibana

ndyd

parent 94ca88d8
Pipeline #4557 passed with stages
in 33 minutes and 52 seconds
No preview for this file type
......@@ -85,7 +85,8 @@ function cm.operation(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local g=Duel.GetMatchingGroup(cm.filter,tp,LOCATION_DECK,0,nil)
if g:GetCount()>0 then
local gg=g:RandomSelect(1-tp,1)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local gg=g:Select(tp,1,1,nil)
Duel.SendtoHand(gg,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,gg)
if not c:IsRelateToEffect(e) or Duel.GetLocationCount(tp,LOCATION_SZONE,tp,LOCATION_REASON_TOFIELD)<1 then return end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment