Commit 9570e01d authored by nanahira's avatar nanahira

add lion as effect monster

parent 1506da96
......@@ -262,6 +262,14 @@ local function initializeLion(e,tp)
e4:SetReset(RESET_EVENT+RESETS_STANDARD)
e4:SetTargetRange(1,0)
cc:RegisterEffect(e4,true)
local e1=Effect.CreateEffect(cc)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_ADD_TYPE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE+EFFECTLFLAG_CLIENT_HINT)
e1:SetDescription(1016)
e1:SetValue(TYPE_EFFECT)
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
cc:RegisterEffect(e1,true)
local e4=Effect.CreateEffect(cc)
e4:SetDescription(aux.Stringid(18940556,1))
e4: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