Commit e24c6c3b authored by POLYMER's avatar POLYMER

fix

parent d65cf55e
......@@ -107,7 +107,7 @@ function cm.negop(e,tp,eg,ep,ev,re,r,rp)
if tc:GetOriginalType()&TYPE_MONSTER~=0 then
local e1=Effect.CreateEffect(tc)
e1:SetCategory(CATEGORY_DESTROY)
e1:SetType(EFFECT_TYPE_QUICK_O)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_CUSTOM+94145021)
e1:SetRange(LOCATION_SZONE)
e1:SetCountLimit(1)
......
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