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

Update c12050010.lua

parent dd60c05b
...@@ -54,10 +54,10 @@ function cm.thtg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -54,10 +54,10 @@ 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) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,nil,1,tp,LOCATION_GRAVE+LOCATION_REMOVED)
end end
function cm.thop(e,tp,eg,ep,ev,re,r,rp) 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)) 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_DECK,0,3,3,nil,e,tp)
if tg:GetCount()>2 then if tg:GetCount()>2 then
Duel.SendtoExtraP(tg,tp,REASON_EFFECT) Duel.SendtoExtraP(tg,tp,REASON_EFFECT)
end end
end end
\ No newline at end of file
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