Commit 273471d0 authored by wind2009's avatar wind2009

Fix 影霊衣の魔剣士 アバンス

parent 7cd7c539
Pipeline #31037 passed with stages
in 1 minute and 51 seconds
...@@ -69,7 +69,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -69,7 +69,7 @@ function s.thop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetMatchingGroup(s.thfilter,tp,LOCATION_REMOVED,0,nil) local g=Duel.GetMatchingGroup(s.thfilter,tp,LOCATION_REMOVED,0,nil)
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_ATOHAND)
local tg=g:SelectSubGroup(tp,aux.dncheck,false,1,g:GetCount()) local tg=g:SelectSubGroup(tp,aux.dncheck,false,1,g:GetCount())
if tg:GetCount()>0 then if tg and tg:GetCount()>0 then
Duel.SendtoHand(tg,nil,REASON_EFFECT) Duel.SendtoHand(tg,nil,REASON_EFFECT)
Duel.ConfirmCards(1-tp,tg) Duel.ConfirmCards(1-tp,tg)
end 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