Commit dbe95059 authored by Grajade's avatar Grajade

Update c1111002.lua

parent 02617fd5
Pipeline #32933 passed with stage
in 12 seconds
...@@ -79,7 +79,7 @@ function c1111002.tfilter2(c,tp) ...@@ -79,7 +79,7 @@ function c1111002.tfilter2(c,tp)
and c:IsAbleToHand() and c:IsAbleToHand()
end end
function c1111002.tg2(e,tp,eg,ep,ev,re,r,rp,chk) function c1111002.tg2(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return r and r==REASON_EFFECT if chk==0 then return r and r==REASON_EFFECT and rp~=tp
and e:GetHandler():IsAbleToHand() and e:GetHandler():IsAbleToHand()
and eg:IsExists(c1111002.tfilter2,1,nil,tp) and eg:IsExists(c1111002.tfilter2,1,nil,tp)
and not eg:IsContains(e:GetHandler()) end and not eg:IsContains(e:GetHandler()) 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