Commit 9c293b23 authored by 未闻皂名's avatar 未闻皂名

2023/12/28 bug修复

parent caa5cac4
Pipeline #24721 passed with stages
in 18 minutes and 15 seconds
......@@ -14,7 +14,7 @@ function cm.initial_effect(c)
local e2=e1:Clone()
e2:SetCode(EVENT_DESTROYED)
e2:SetCondition(cm.condition2)
c:RegisterEffect(e1)
c:RegisterEffect(e2)
--Condition
e1:SetCondition(cm.condition1)
end
......
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