Commit 5c44e414 authored by Tachibana's avatar Tachibana

ndyd

parent b18d439a
Pipeline #4611 passed with stages
in 29 minutes and 49 seconds
......@@ -189,7 +189,9 @@ function cm.tgop3(e,tp,eg,ep,ev,re,r,rp)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local g2=Duel.SelectMatchingCard(tp,cm.thfilter3,tp,LOCATION_GRAVE+LOCATION_DECK,0,s2:GetCount(),s2:GetCount(),nil)
end
if g2:GetCount()>0 then
g1:Merge(g2)
end
if g1:GetCount()>0 then
Duel.SendtoHand(g1,nil,REASON_EFFECT)
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