Commit 36c6a6fb authored by mercury233's avatar mercury233

fix

parent e5acf89b
...@@ -15,7 +15,7 @@ function c100310002.initial_effect(c) ...@@ -15,7 +15,7 @@ function c100310002.initial_effect(c)
c:RegisterEffect(e1) c:RegisterEffect(e1)
--spsummon2 --spsummon2
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(100310002,0)) e2:SetDescription(aux.Stringid(100310002,1))
e2:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_DESTROY) e2:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_DESTROY)
e2:SetType(EFFECT_TYPE_QUICK_O) e2:SetType(EFFECT_TYPE_QUICK_O)
e2:SetCode(EVENT_FREE_CHAIN) e2:SetCode(EVENT_FREE_CHAIN)
......
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