Commit aa7d4315 authored by TanakaKotoha's avatar TanakaKotoha

ladies and xiangqinmen

parent bc1f9d90
...@@ -53,7 +53,7 @@ function cm.atkop1(e,tp,eg,ep,ev,re,r,rp) ...@@ -53,7 +53,7 @@ function cm.atkop1(e,tp,eg,ep,ev,re,r,rp)
local tg=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS) local tg=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS)
local sg=tg:Filter(Card.IsRelateToEffect,nil,e) local sg=tg:Filter(Card.IsRelateToEffect,nil,e)
if sg:GetCount()>0 then if sg:GetCount()>0 then
Duel.SendtoDeck(sg,nil,0,REASON_EFFECT) Duel.SendtoDeck(sg,nil,2,REASON_EFFECT)
end end
end end
--e4 --e4
......
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