Commit 58008ffc authored by woodee's avatar woodee

fix

parent 6f91ef95
......@@ -47,7 +47,7 @@ function c99004752.activate(e,tp,eg,ep,ev,re,r,rp)
end
function c99004752.damcon(e,tp,eg,ep,ev,re,r,rp)
local tc=eg:GetFirst()
return tc==e:GetLabelObject() and tc:GetFlagEffect(99004752)~=0
return tc==e:GetLabelObject() and tc:GetFlagEffect(99004752)~=0 and tc:GetOwner()==1-tp
end
function c99004752.damtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end
......
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