Commit d685eaaa authored by nanahira's avatar nanahira

fix

parent 223f9096
......@@ -105,6 +105,14 @@ function cm.ReplaceSetMaterial(c,...)
ex:SetProperty(EFFECT_FLAG_SINGLE_RANGE)
ex:SetReset(RESET_EVENT+0xfe0000)
c:RegisterEffect(ex,true)
local ex=Effect.CreateEffect(c)
ex:SetType(EFFECT_TYPE_SINGLE)
ex:SetCode(EFFECT_ADD_CODE)
ex:SetRange(LOCATION_MZONE)
ex:SetValue(37564765)
ex:SetProperty(EFFECT_FLAG_SINGLE_RANGE+EFFECT_FLAG_CANNOT_DISABLE)
ex:SetReset(RESET_EVENT+0xfe0000)
c:RegisterEffect(ex,true)
return table.unpack(res)
end
function cm.copyfilter(c)
......
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