Commit e1cc8abb authored by wyykak's avatar wyykak

fix

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 91dd8e34
Pipeline #11333 passed with stage
in 36 seconds
......@@ -6,6 +6,7 @@ function c66919008.initial_effect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET+EFFECT_FLAG_CONTINUOUS_TARGET)
e1:SetCountLimit(1,66919008+EFFECT_COUNT_CODE_OATH)
e1:SetTarget(c66919008.target)
e1:SetOperation(c66919008.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