Commit 0fd50142 authored by TanakaKotoha's avatar TanakaKotoha

fix

parent 2591d303
...@@ -14,7 +14,7 @@ function cm.initial_effect(c) ...@@ -14,7 +14,7 @@ function cm.initial_effect(c)
e1:SetCost(cm.diuka) e1:SetCost(cm.diuka)
e1:SetOperation(cm.tezhao1) e1:SetOperation(cm.tezhao1)
c:RegisterEffect(e1) c:RegisterEffect(e1)
--copy --copy--
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(m,0)) e2:SetDescription(aux.Stringid(m,0))
e2:SetCategory(CATEGORY_REMOVE) e2:SetCategory(CATEGORY_REMOVE)
......
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