Commit 61834b16 authored by Fluorohydride's avatar Fluorohydride

Merge pull request #498 from woodee/patch-15

fix
parents a3782dc4 58008ffc
......@@ -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