Commit 5917a067 authored by GuGu's avatar GuGu

Update c86379027.lua

parent c3c4a7d3
Pipeline #34735 passed with stage
in 8 seconds
...@@ -9,7 +9,7 @@ function c86379027.initial_effect(c) ...@@ -9,7 +9,7 @@ function c86379027.initial_effect(c)
e1:SetCategory(CATEGORY_SEARCH+CATEGORY_TOHAND) e1:SetCategory(CATEGORY_SEARCH+CATEGORY_TOHAND)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(2,31051) e1:SetCountLimit(2,31051+EFFECT_COUNT_CODE_OATH)
e1:SetTarget(c86379027.tg) e1:SetTarget(c86379027.tg)
e1:SetOperation(c86379027.op) e1:SetOperation(c86379027.op)
c:RegisterEffect(e1) 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