Commit 299ecf07 authored by mercury233's avatar mercury233 Committed by GitHub

fix 妖神-不知火

parent e53e893e
...@@ -37,6 +37,7 @@ function c52711246.operation(e,tp,eg,ep,ev,re,r,rp) ...@@ -37,6 +37,7 @@ function c52711246.operation(e,tp,eg,ep,ev,re,r,rp)
local e1=Effect.CreateEffect(e:GetHandler()) local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_SINGLE) e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_UPDATE_ATTACK) e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetProperty(EFFECT_FLAG_CANNOT_DISABLE)
e1:SetReset(RESET_EVENT+RESETS_STANDARD) e1:SetReset(RESET_EVENT+RESETS_STANDARD)
e1:SetValue(300) e1:SetValue(300)
t1:RegisterEffect(e1) t1:RegisterEffect(e1)
......
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