Commit fec36733 authored by Nemo Ma's avatar Nemo Ma

fix

parent 8fbc3353
......@@ -3,6 +3,7 @@ local m=60002086
local cm=_G["c"..m]
cm.name="命烙印"
function cm.initial_effect(c)
aux.AddCodeList(c,68468459)
--activate
local e0=Effect.CreateEffect(c)
e0:SetType(EFFECT_TYPE_ACTIVATE)
......
......@@ -3,6 +3,7 @@ local m=60002090
local cm=_G["c"..m]
cm.name="凶烙印"
function cm.initial_effect(c)
aux.AddCodeList(c,68468459)
--activate
local e0=Effect.CreateEffect(c)
e0:SetType(EFFECT_TYPE_ACTIVATE)
......
......@@ -3,6 +3,7 @@ local m=60002106
local cm=_G["c"..m]
cm.name="烙印的终临"
function cm.initial_effect(c)
aux.AddCodeList(c,68468459)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_NEGATE+CATEGORY_REMOVE)
......
--阿不思的天启
local cm,m,o=GetID()
function cm.initial_effect(c)
aux.AddCodeList(c,68468459)
--change name
aux.EnableChangeCode(c,68468459,LOCATION_MZONE+LOCATION_GRAVE)
--draw
......
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