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

2024/9/27 bug修复

parent b39e8fc0
Pipeline #30012 passed with stages
in 8 minutes and 36 seconds
...@@ -25,6 +25,6 @@ end ...@@ -25,6 +25,6 @@ end
function cm.upval(e,c) function cm.upval(e,c)
local atk=400 local atk=400
local ec=e:GetHandler():GetEquipTarget() local ec=e:GetHandler():GetEquipTarget()
if RD.IsLegendCode(ec,list[1]) and ec:IsCode(list[2]) then atk=atk+600 end if RD.IsLegendCode(ec,list[1]) or ec:IsCode(list[2]) then atk=atk+600 end
return atk return atk
end end
\ No newline at end of file
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