Commit 66aacabc authored by Amiya's avatar Amiya

修复

parent 6e28c40f
Pipeline #31736 passed with stages
in 2 minutes and 59 seconds
...@@ -32,7 +32,7 @@ function s.efffilter(c,e,tp,eg,ep,ev,re,r,rp) ...@@ -32,7 +32,7 @@ function s.efffilter(c,e,tp,eg,ep,ev,re,r,rp)
local te=c.Dragon_Ruler_handes_effect local te=c.Dragon_Ruler_handes_effect
if not te then return false end if not te then return false end
local tg=te:GetTarget() local tg=te:GetTarget()
return not tg or tg(e,tp,eg,ep,ev,re,r,rp,0,nil,tc) return not tg or tg(e,tp,eg,ep,ev,re,r,rp,0,nil,c)
end end
function s.copytg(e,tp,eg,ep,ev,re,r,rp,chk) function s.copytg(e,tp,eg,ep,ev,re,r,rp,chk)
local c=e:GetHandler() local c=e:GetHandler()
......
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