Commit 3fc5f323 authored by Tachibana's avatar Tachibana

ndyd

parent ed952af1
No preview for this file type
......@@ -17,6 +17,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e1)
--remove overlay replace
local e2=Effect.CreateEffect(c)
e2:SetDescription(aux.Stringid(m,0))
e2:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD)
e2:SetCode(EFFECT_OVERLAY_REMOVE_REPLACE)
e2:SetRange(LOCATION_GRAVE)
......
......@@ -30,6 +30,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e3)
--remove overlay replace
local e4=Effect.CreateEffect(c)
e4:SetDescription(aux.Stringid(m,0))
e4:SetType(EFFECT_TYPE_CONTINUOUS+EFFECT_TYPE_FIELD)
e4:SetCode(EFFECT_OVERLAY_REMOVE_REPLACE)
e4:SetRange(LOCATION_FZONE)
......
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