Commit 8d1feeae authored by GuGu's avatar GuGu

Update c31051.lua

parent 365693dd
Pipeline #34720 passed with stage
in 13 seconds
......@@ -5,7 +5,7 @@ function c31051.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(c31051.target)
e1:SetOperation(c31051.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