Commit ca4d590f authored by DailyShana's avatar DailyShana

fix

parent ea664cc3
...@@ -70,8 +70,8 @@ end ...@@ -70,8 +70,8 @@ end
function c45082499.eqlimit(e,c) function c45082499.eqlimit(e,c)
return c==e:GetLabelObject() return c==e:GetLabelObject()
end end
function c45082499.indval(e,re,tp) function c45082499.indval(e,re,rp)
return e:GetHandler():GetControler()~=tp return rp~=e:GetHandlerPlayer()
end end
function c45082499.repval(e,re,r,rp) function c45082499.repval(e,re,r,rp)
return bit.band(r,REASON_EFFECT)~=0 return bit.band(r,REASON_EFFECT)~=0
......
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