Commit acfb2cd9 authored by 未闻皂名's avatar 未闻皂名

2025/12/3 bug修复

parent 2edbcfec
Pipeline #41828 failed with stages
in 8 minutes and 33 seconds
......@@ -6,7 +6,7 @@ function cm.initial_effect(c)
--Damage
local e1=Effect.CreateEffect(c)
e1:SetType(EFFECT_TYPE_FIELD+EFFECT_TYPE_CONTINUOUS)
e1:SetCode(EVENT_BATTLE_DESTROYING)
e1:SetCode(EVENT_BATTLE_DESTROYED)
e1:SetRange(LOCATION_MZONE)
e1:SetCondition(cm.damcon)
e1:SetOperation(cm.damop)
......
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