Commit 0a262a6d authored by GuGu's avatar GuGu

Update c10281.lua

parent 35299474
Pipeline #34722 passed with stage
in 13 seconds
...@@ -6,7 +6,7 @@ function c10281.initial_effect(c) ...@@ -6,7 +6,7 @@ function c10281.initial_effect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET) e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(2,31051) e1:SetCountLimit(2,31051+EFFECT_COUNT_CODE_OATH)
e1:SetCost(c10281.cost) e1:SetCost(c10281.cost)
e1:SetTarget(c10281.target) e1:SetTarget(c10281.target)
e1:SetOperation(c10281.activate) e1:SetOperation(c10281.activate)
......
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