Commit 0b468a76 authored by POLYMER's avatar POLYMER

fix

parent 3b44f0c6
......@@ -54,7 +54,9 @@ function s.indtg(e, c)
end
function s.drcon(e, tp, eg, ep, ev, re, r, rp)
return re and s.ForceFighter(re:GetHandler()) and rp == tp
return (r & REASON_EFFECT) ~= 0
and re and s.ForceFighter(re:GetHandler())
and rp == tp
end
function s.drtg(e, tp, eg, ep, ev, re, r, rp, chk)
......
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