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

2024/2/24 bug修复

parent 49cb0dae
Pipeline #25522 passed with stages
in 7 minutes and 19 seconds
...@@ -5,7 +5,7 @@ cm.name="电脑加速器" ...@@ -5,7 +5,7 @@ cm.name="电脑加速器"
function cm.initial_effect(c) function cm.initial_effect(c)
RD.AddCodeList(c,list) RD.AddCodeList(c,list)
--Activate --Activate
local e1=RD.RegisterEquipEffect(c,nil,nil,cm.target,EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_CANNOT_NEGATE) local e1=RD.RegisterEquipEffect(c,nil,nil,cm.target,EFFECT_FLAG_CANNOT_DISABLE)
--Atk Up --Atk Up
local e2=Effect.CreateEffect(c) local e2=Effect.CreateEffect(c)
e2:SetType(EFFECT_TYPE_EQUIP) e2:SetType(EFFECT_TYPE_EQUIP)
......
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