Commit 05daaf3b authored by GuGu's avatar GuGu

Update c19114514.lua

parent 5adda292
Pipeline #20077 passed with stage
in 17 seconds
...@@ -47,6 +47,7 @@ function cm.initial_effect(c) ...@@ -47,6 +47,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e4) c:RegisterEffect(e4)
local e5=e4:Clone() local e5=e4:Clone()
e5:SetCode(EFFECT_UPDATE_DEFENSE) e5:SetCode(EFFECT_UPDATE_DEFENSE)
e5:SetValue(cm.dfsval)
c:RegisterEffect(e5) c:RegisterEffect(e5)
end end
--function cm.condition(e,tp,eg,ep,ev,re,r,rp) --function cm.condition(e,tp,eg,ep,ev,re,r,rp)
......
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