Commit b23e7599 authored by wind2009's avatar wind2009

Fix

parent e867ee76
Pipeline #30645 passed with stages
in 1 minute and 19 seconds
......@@ -40,7 +40,6 @@ function s.acop(e,tp,eg,ep,ev,re,r,rp)
if res==0 then
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
e1:SetValue(ct*800)
......
......@@ -40,7 +40,6 @@ function s.acop(e,tp,eg,ep,ev,re,r,rp)
if res==0 then
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
e1:SetValue(ct*800)
......
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