Commit f2cac058 authored by TanakaKotoha's avatar TanakaKotoha

dededededededededededede

parent f39d6f94
No preview for this file type
......@@ -2,6 +2,13 @@
local m=11451415
local cm=_G["c"..m]
function cm.initial_effect(c)
--add code
local e0=Effect.CreateEffect(c)
e0:SetType(EFFECT_TYPE_SINGLE)
e0:SetCode(EFFECT_ADD_CODE)
e0:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e0:SetValue(22702055)
c:RegisterEffect(e0)
--activate
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_ACTIVATE)
......
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