Commit cbaf167d authored by POLYMER's avatar POLYMER

fix

parent 77ee54fa
......@@ -30,7 +30,7 @@ function cm.initial_effect(c)
local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(m,2))
e3:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e3:SetCode(EVENT_CHAIN_SOLVING)
e3:SetCode(EVENT_CHAIN_ACTIVATING)
e3:SetRange(LOCATION_MZONE)
e3:SetCondition(cm.condition)
e3:SetOperation(cm.operation)
......
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