Commit e434851a authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12050010.lua

parent 05b01977
......@@ -56,7 +56,7 @@ end
function cm.thop(e,tp,eg,ep,ev,re,r,rp)
if not Duel.IsExistingMatchingCard(cm.thfilter1,tp,LOCATION_GRAVE+LOCATION_REMOVED,0,3,nil) then return end
Duel.Hint(HINT_SELECTMSG,tp,aux.Stringid(24094258,3))
local tg=Duel.SelectMatchingCard(tp,cm.thfilter1,tp,LOCATION_DECK,0,3,3,nil,e,tp)
local tg=Duel.SelectMatchingCard(tp,cm.thfilter1,tp,LOCATION_GRAVE+LOCATION_REMOVED,0,3,3,nil,e,tp)
if tg:GetCount()>2 then
Duel.SendtoExtraP(tg,tp,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