Commit 0cf9fa80 authored by wyykak's avatar wyykak

fix 74561045 by keyigu

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 334038ef
Pipeline #12086 passed with stage
in 37 seconds
......@@ -73,7 +73,7 @@ end
function cCardno.aapccon(e,tp,eg,ep,ev,re,r,rp)
local tc=re:GetHandler()
local t=tc:GetControler()
return re:IsHasType(EFFECT_TYPE_ACTIVATE)
return re:IsHasType(EFFECT_TYPE_ACTIVATE) and tc:IsRelateToEffect(re) and tc:IsCanTurnSet() and tc:IsStatus(STATUS_LEAVE_CONFIRMED)
end
function cCardno.aapcop(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