Commit 43ef6e6b authored by salix5's avatar salix5

fix duplicate str

parent b56a2ac6
...@@ -3,7 +3,6 @@ function c42469671.initial_effect(c) ...@@ -3,7 +3,6 @@ function c42469671.initial_effect(c)
aux.AddCodeList(c,10000020) aux.AddCodeList(c,10000020)
--Activate --Activate
local e1=Effect.CreateEffect(c) local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(42469671,0))
e1:SetCategory(CATEGORY_DESTROY+CATEGORY_DRAW) e1:SetCategory(CATEGORY_DESTROY+CATEGORY_DRAW)
e1:SetType(EFFECT_TYPE_ACTIVATE) e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_FREE_CHAIN) e1: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