Commit dfc01f03 authored by Tachibana's avatar Tachibana

watele

parent 95b211cf
Pipeline #6707 passed with stages
in 22 minutes and 21 seconds
No preview for this file type
......@@ -6,7 +6,7 @@ function c12301102.initial_effect(c)
e0:SetType(EFFECT_TYPE_ACTIVATE)
e0:SetCode(EVENT_FREE_CHAIN)
e0:SetCost(c12301102.accs)
e0:SetTarget(function(chk) if chk==0 then return true end end)
e0:SetTarget(function() return true end)
e0:SetOperation(c12301102.acop)
e0:SetCountLimit(1,12301102+EFFECT_COUNT_CODE_OATH)
c:RegisterEffect(e0)
......
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