Commit 0ab7ce35 authored by 未闻皂名's avatar 未闻皂名

2024/7/30 bug修复

parent d8abf17c
Pipeline #28793 passed with stages
in 6 minutes and 19 seconds
......@@ -17,6 +17,7 @@ function cm.initial_effect(c)
local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_SINGLE)
e2:SetCode(EFFECT_AVOID_BATTLE_DAMAGE)
e2:SetValue(1)
c:RegisterEffect(e2)
--Continuous Effect
RD.AddContinuousEffect(c,e1,e2)
......
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