Commit 073387c6 authored by GuGu's avatar GuGu

Update c86379021.lua

parent 0c6e9a31
Pipeline #34733 passed with stage
in 7 seconds
......@@ -8,7 +8,7 @@ function c86379021.initial_effect(c)
local e0=Effect.CreateEffect(c)
e0:SetType(EFFECT_TYPE_ACTIVATE)
e0:SetCode(EVENT_FREE_CHAIN)
e0:SetCountLimit(2,31051)
e0:SetCountLimit(2,31051+EFFECT_COUNT_CODE_OATH)
c:RegisterEffect(e0)
--to field
local e1=Effect.CreateEffect(c)
......
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