Commit 3ac04b25 authored by wind2009's avatar wind2009 Committed by GitHub

Fix ウィッチクラフト・パトローナス (#2417)

parent fcb1631f
...@@ -77,6 +77,5 @@ function c94553671.thop(e,tp,eg,ep,ev,re,r,rp) ...@@ -77,6 +77,5 @@ function c94553671.thop(e,tp,eg,ep,ev,re,r,rp)
local tg=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS):Filter(Card.IsRelateToEffect,nil,e) local tg=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS):Filter(Card.IsRelateToEffect,nil,e)
if tg:GetCount()>0 then if tg:GetCount()>0 then
Duel.SendtoHand(tg,nil,REASON_EFFECT) Duel.SendtoHand(tg,nil,REASON_EFFECT)
Duel.ConfirmCards(tg)
end end
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