Commit b33e5d43 authored by wind2009's avatar wind2009 Committed by GitHub

Fix 煉獄の決界 (#2377)

parent bf777aaa
...@@ -67,6 +67,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -67,6 +67,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.SelectMatchingCard(tp,s.thfilter,tp,LOCATION_REMOVED,0,1,1,nil) local g=Duel.SelectMatchingCard(tp,s.thfilter,tp,LOCATION_REMOVED,0,1,1,nil)
if #g>0 then if #g>0 then
Duel.SendtoHand(g,nil,REASON_EFFECT) Duel.SendtoHand(g,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,g)
end end
end end
function s.spfilter(c,e,tp) function s.spfilter(c,e,tp)
...@@ -85,4 +86,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp) ...@@ -85,4 +86,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
if #g>0 then if #g>0 then
Duel.SpecialSummon(g,0,tp,tp,true,false,POS_FACEUP) Duel.SpecialSummon(g,0,tp,tp,true,false,POS_FACEUP)
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