Commit 15886ea0 authored by Nemo Ma's avatar Nemo Ma

fix

parent 32609f29
......@@ -62,7 +62,7 @@ end
cm.lvup={15000282}
cm.lvdn={15000280}
function cm.actcon(e,tp,eg,ep,ev,re,r,rp)
return re:GetHandler()==e:GetHandler() and re~=c15000281.self_effect1
return re:GetHandler()==e:GetHandler() and not (re==c15000281.self_effect1 or re:GetDescription()==aux.Stringid(m,0))
end
function cm.actop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
......
......@@ -44,7 +44,7 @@ function c33200623.initial_effect(c)
--disable
local e4=Effect.CreateEffect(c)
e4:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
e4:SetCode(EVENT_BATTLE_DESTROYING)
e4:SetCode(EVENT_BATTLE_DAMAGE)
e4:SetCondition(aux.bdocon)
e4:SetCondition(c33200623.effcon6)
e4:SetOperation(c33200623.disop)
......
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