Commit 3e5b62df authored by POLYMER's avatar POLYMER

fix

parent 16b4f7f5
......@@ -175,7 +175,7 @@ function cm.op(e,tp,eg,ep,ev,re,r,rp)
return _SetProperty(pe,prop1,prop2)
end
Effect.Clone=function(pe)
local ce=pe:Clone()
local ce=_Clone(pe)
if cm.proeffects[pe] then
cm.proeffects[ce]=cm.proeffects[pe]
end
......
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