Commit a53083b7 authored by mercury233's avatar mercury233

fix

parent c0bbb05b
...@@ -7,7 +7,7 @@ function c101006055.initial_effect(c) ...@@ -7,7 +7,7 @@ function c101006055.initial_effect(c)
e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH+CATEGORY_SUMMON) e1:SetCategory(CATEGORY_TOHAND+CATEGORY_SEARCH+CATEGORY_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,101006055) e1:SetCountLimit(1,101006055+EFFECT_COUNT_CODE_OATH)
e1:SetTarget(c101006055.target) e1:SetTarget(c101006055.target)
e1:SetOperation(c101006055.activate) e1:SetOperation(c101006055.activate)
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