Commit ffc2293b authored by GuGu's avatar GuGu

Update c86379017.lua

parent 45f8a6b0
Pipeline #34731 passed with stage
in 8 seconds
......@@ -8,7 +8,7 @@ function c86379017.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