Commit 35e63e3a authored by GuGu's avatar GuGu

Update c10282.lua

parent 0a262a6d
Pipeline #34723 passed with stage
in 12 seconds
......@@ -2,11 +2,11 @@
function c10282.initial_effect(c)
--
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_DISABLE+0)
e1:SetCategory(CATEGORY_DISABLE)
e1:SetProperty(EFFECT_FLAG_CARD_TARGET)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(2,31051)
e1:SetCountLimit(2,31051+EFFECT_COUNT_CODE_OATH)
e1:SetCost(c10282.cost)
e1:SetTarget(c10282.tg1)
e1:SetOperation(c10282.op1)
......
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