Commit 7514ff80 authored by wyykak's avatar wyykak

fix 17061080 effect limit

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 28c59eb8
Pipeline #24025 passed with stage
in 1 minute and 12 seconds
......@@ -33,7 +33,6 @@ function cm.initial_effect(c)
e4:SetCategory(CATEGORY_SPECIAL_SUMMON)
e4:SetType(EFFECT_TYPE_IGNITION)
e4:SetRange(LOCATION_HAND)
e4:SetCountLimit(1,17061081)
e4:SetCondition(cm.spcon)
e4:SetTarget(cm.sptg)
e4: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