Commit 1329ea4c authored by 伊蕾娜's avatar 伊蕾娜

fix:c74561047.lua 修复L灵梦仅在线上使用时出场就进墓的bug

parent bf8cf1a7
Pipeline #9278 passed with stage
in 28 seconds
......@@ -46,7 +46,7 @@ end
function cCardno.efilter(e,te)
local tc=te:GetHandler()
local g=e:GetHandler():GetColumnGroup()
return not g:IsContains(tc)
return tc~=e:GetHandler() and not g:IsContains(tc)
end
--直死
function cCardno.zscon(e,tp,eg,ep,ev,re,r,rp)
......
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