Commit 6a2eaff2 authored by tsubaki's avatar tsubaki

fix 1g

parent acb6d448
Pipeline #33097 passed with stage
in 34 seconds
......@@ -38,8 +38,7 @@ end
-- ① 效果无效条件
function s.negcon(e,tp,eg,ep,ev,re,r,rp)
return not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED)
and re:IsHasType(EFFECT_TYPE_ACTIVATE) and Duel.IsChainNegatable(ev)
return not e:GetHandler():IsStatus(STATUS_BATTLE_DESTROYED) and Duel.IsChainNegatable(ev)
end
-- ① 丢弃cost
......
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