Commit 223f7b7a authored by salix5's avatar salix5

update

parent 575486fd
...@@ -14,6 +14,7 @@ function c27279764.initial_effect(c) ...@@ -14,6 +14,7 @@ function c27279764.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
--summon with 3 tribute --summon with 3 tribute
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(27279764,0))
e3:SetType(EFFECT_TYPE_SINGLE) e3:SetType(EFFECT_TYPE_SINGLE)
e3:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e3:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e3:SetCode(EFFECT_LIMIT_SUMMON_PROC) e3:SetCode(EFFECT_LIMIT_SUMMON_PROC)
......
...@@ -14,6 +14,7 @@ function c40061558.initial_effect(c) ...@@ -14,6 +14,7 @@ function c40061558.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
--summon with 3 tribute --summon with 3 tribute
local e3=Effect.CreateEffect(c) local e3=Effect.CreateEffect(c)
e3:SetDescription(aux.Stringid(40061558,0))
e3:SetType(EFFECT_TYPE_SINGLE) e3:SetType(EFFECT_TYPE_SINGLE)
e3:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE) e3:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e3:SetCode(EFFECT_LIMIT_SUMMON_PROC) e3:SetCode(EFFECT_LIMIT_SUMMON_PROC)
......
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