Commit 9029ed90 authored by GuGu's avatar GuGu

Update c86379013.lua

parent 5c3eb623
Pipeline #34729 passed with stage
in 6 seconds
......@@ -8,7 +8,7 @@ function c86379013.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)
--special summon
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