Commit c5a5f379 authored by Tachibana's avatar Tachibana

tnndx

parent 490635f6
...@@ -52,7 +52,7 @@ function c12300025.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -52,7 +52,7 @@ function c12300025.activate(e,tp,eg,ep,ev,re,r,rp)
if not c:IsRelateToEffect(e) then return end if not c:IsRelateToEffect(e) then return end
local tg=eg:Filter(c12300025.fil,nil,tp) local tg=eg:Filter(c12300025.fil,nil,tp)
local tc=tg:GetFirst() local tc=tg:GetFirst()
if tg:GetCount()~=1 then tc=tg:Select(tp,1,1,nil) end if tg:GetCount()~=1 then tc=tg:Select(tp,1,1,nil):GetFirst() end
if not tc then return end if not tc then return end
local atk,def=0,0 local atk,def=0,0
local p=tc:GetControler() local p=tc:GetControler()
......
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