Commit 255d346c authored by Tachibana's avatar Tachibana

tnndx

parent 212d05a0
...@@ -37,6 +37,7 @@ function cm.settg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) ...@@ -37,6 +37,7 @@ function cm.settg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
end end
function cm.setop(e,tp,eg,ep,ev,re,r,rp) function cm.setop(e,tp,eg,ep,ev,re,r,rp)
local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS) local g=Duel.GetChainInfo(0,CHAININFO_TARGET_CARDS)
local c=e:GetHandler()
local tg=g:Filter(Card.IsRelateToEffect,nil,e) local tg=g:Filter(Card.IsRelateToEffect,nil,e)
Duel.SSet(tp,tg) Duel.SSet(tp,tg)
for tc in aux.Next(tg) do for tc in aux.Next(tg) do
......
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