Commit a19de193 authored by Tachibana's avatar Tachibana

1145141919810

parent f5a2d9e7
...@@ -73,7 +73,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -73,7 +73,7 @@ function cm.thop(e,tp,eg,ep,ev,re,r,rp)
local hg=Duel.SelectMatchingCard(tp,cm.thfilter,tp,LOCATION_DECK,0,1,1,nil) local hg=Duel.SelectMatchingCard(tp,cm.thfilter,tp,LOCATION_DECK,0,1,1,nil)
if hg:GetCount()>0 then if hg:GetCount()>0 then
Duel.SendtoHand(hg:GetFirst(),nil,REASON_EFFECT) Duel.SendtoHand(hg:GetFirst(),nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g) Duel.ConfirmCards(1-tp,hg:GetFirst())
end end
end end
end 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