Commit 0e4856b6 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12050010.lua

parent dd60c05b
......@@ -54,7 +54,7 @@ function cm.thtg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_GRAVE+LOCATION_REMOVED)
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 end
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)
if tg:GetCount()>2 then
......
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