Commit 28c59eb8 authored by wyykak's avatar wyykak

fix 17060940 effect count

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 941ea884
Pipeline #24022 passed with stage
in 1 minute and 14 seconds
......@@ -23,6 +23,7 @@ function cm.initial_effect(c)
e2:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_TRIGGER_O)
e2:SetRange(LOCATION_GRAVE)
e2:SetCode(EVENT_SUMMON_SUCCESS)
e2:SetCountLimit(1,17060941)
e2:SetCondition(cm.spcon)
e2:SetTarget(cm.sptg)
e2:SetOperation(cm.spop)
......
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