Commit c3c4a7d3 authored by GuGu's avatar GuGu

Update c86379025.lua

parent 073387c6
Pipeline #34734 passed with stage
in 8 seconds
...@@ -8,7 +8,7 @@ function c86379025.initial_effect(c) ...@@ -8,7 +8,7 @@ function c86379025.initial_effect(c)
local e0=Effect.CreateEffect(c) local e0=Effect.CreateEffect(c)
e0:SetType(EFFECT_TYPE_ACTIVATE) e0:SetType(EFFECT_TYPE_ACTIVATE)
e0:SetCode(EVENT_FREE_CHAIN) e0:SetCode(EVENT_FREE_CHAIN)
e0:SetCountLimit(2,31051) e0:SetCountLimit(2,31051+EFFECT_COUNT_CODE_OATH)
c:RegisterEffect(e0) c:RegisterEffect(e0)
--deck --deck
local e1=Effect.CreateEffect(c) 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