Commit 28ab2a03 authored by xiaoye's avatar xiaoye

fixed

parents b2b3d584 64778642
...@@ -11,4 +11,9 @@ function cm.filter(e,tp,eg,ep,ev,re,r,rp) ...@@ -11,4 +11,9 @@ function cm.filter(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
local e1=vgf.DefUp(c,c,10000) local e1=vgf.DefUp(c,c,10000)
vgf.EffectReset(c,e1,EVENT_BATTLED) vgf.EffectReset(c,e1,EVENT_BATTLED)
end
function cm.op(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
local e1=vgf.DefUp(c,c,10000)
vgf.EffectReset(c,e1,EVENT_BATTLED)
end end
\ No newline at end of file
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