Commit 2165326a authored by mercury233's avatar mercury233 Committed by GitHub

fix

parent 805e3ba7
......@@ -63,7 +63,7 @@ function c40971261.regop(e,tp,eg,ep,ev,re,r,rp)
end
function c40971261.lpcon(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
return c:GetFlagEffect(40971261)~=0
return c:GetFlagEffect(40971261)~=0 and re:GetHandler():IsCode(e:GetLabelObject():GetLabelObject():GetLabel())
end
function c40971261.lpop(e,tp,eg,ep,ev,re,r,rp)
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