Commit ec058672 authored by nanahira's avatar nanahira

fixctlm

parent 966fea9e
......@@ -8,7 +8,7 @@ function cm.initial_effect(c)
e1:SetCode(EVENT_CHAINING)
e1:SetRange(LOCATION_HAND)
e1:SetProperty(EFFECT_FLAG_DAMAGE_STEP)
e1:SetCondition(function(e) return not e:GetHandler():IsStatus(STATUS_CHAINING) end)
e1:SetCountLimit(1,m)
e1:SetTarget(cm.target)
e1:SetOperation(cm.operation)
c:RegisterEffect(e1)
......
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