Commit bbb2600b authored by GuGu's avatar GuGu

Update c31052.lua

parent 6c53a3d5
Pipeline #34726 passed with stage
in 8 seconds
......@@ -5,7 +5,7 @@ function c31052.initial_effect(c)
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(2,31051)
e1:SetCountLimit(2,31051+EFFECT_COUNT_CODE_OATH)
e1:SetTarget(c31052.target)
e1:SetOperation(c31052.activate)
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