Commit 8e21cc9d authored by TanakaKotoha's avatar TanakaKotoha

tnndx

parent ed03ebe5
No preview for this file type
...@@ -5,7 +5,7 @@ function c1111029.initial_effect(c) ...@@ -5,7 +5,7 @@ function c1111029.initial_effect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON) e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN) e1:SetCode(EVENT_FREE_CHAIN)
e1:SetCountLimit(1,1111029+EFFECT_COUNT_CODE_DUEL) e1:SetCountLimit(1,1111029+EFFECT_COUNT_CODE_DUEL+EFFECT_COUNT_CODE_OATH)
e1:SetTarget(c1111029.tg1) e1:SetTarget(c1111029.tg1)
e1:SetOperation(c1111029.op1) e1:SetOperation(c1111029.op1)
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