Commit f6cc2d21 authored by Tachibana's avatar Tachibana

eme

parent 7186285e
Pipeline #6840 passed with stages
in 23 minutes and 21 seconds
......@@ -6,7 +6,14 @@ cm.named_with_Urban=true
function cm.initial_effect(c)
c:EnableReviveLimit()
aux.AddCodeList(c,81002000)
aux.EnableChangeCode(c,81002000,LOCATION_MZONE+LOCATION_GRAVE)
--code
local e0=Effect.CreateEffect(c)
e0:SetType(EFFECT_TYPE_SINGLE)
e0:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
e0:SetCode(EFFECT_ADD_CODE)
e0:SetRange(LOCATION_MZONE+LOCATION_GRAVE)
e0:SetValue(81002000)
c:RegisterEffect(e0)
local e1=Effect.CreateEffect(c)
e1:SetDescription(aux.Stringid(m,0))
e1:SetType(EFFECT_TYPE_FIELD)
......
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