Commit f13aab93 authored by Chrono-Genex's avatar Chrono-Genex Committed by GitHub

fix (#1798)

parent 0e26799c
......@@ -63,7 +63,7 @@ function c8522996.chop(e,tp,eg,ep,ev,re,r,rp)
e1:SetProperty(EFFECT_FLAG_COPY_INHERIT)
e1:SetCode(EFFECT_CHANGE_ATTRIBUTE)
e1:SetValue(att)
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
e1:SetReset(RESET_EVENT+RESET_DISABLE+RESETS_STANDARD)
c:RegisterEffect(e1)
--double tribute
local e2=Effect.CreateEffect(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