Commit 02eec164 authored by wyykak's avatar wyykak

fix 74561017

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 3bcc2e15
Pipeline #12711 passed with stage
in 40 seconds
......@@ -45,7 +45,7 @@ function cCardno.initial_effect(c)
end
--body
function cCardno.bdcon(e,tp,eg,ep,ev,re,r,rp)
return r>0 and re:GetHandler():IsSetCard(0x5208)
return r>0 and re and re:GetHandler():IsSetCard(0x5208)
end
function cCardno.bdtg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true 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