Commit 3cc2c3c8 authored by Grajade's avatar Grajade

Update c30700003.lua

parent 2a1b7e41
......@@ -187,7 +187,7 @@ function cm.tgop3(e,tp,eg,ep,ev,re,r,rp)
end
if Duel.IsExistingMatchingCard(cm.thfilter3,tp,LOCATION_GRAVE+LOCATION_DECK,0,s2:GetCount(),nil) then
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)
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)
......
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