【鸿蒙阵bug修改】

dev_chengFeng
guowei 2021-01-11 14:36:01 +08:00
parent 372b74eb05
commit e1886a2d9a
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ function this:UpdateHeroUpLvAndBreakMaterialShow()
end
end
local isGongMing = HarmonyManager.IsChangeColor(curHeroData.dynamicId) or (HarmonyManager:IsEnvoy(curHeroData.dynamicId) and HarmonyManager.hongmengAdditions[1].heroTid == 0)
local isGongMing = HarmonyManager.IsChangeColor(curHeroData.dynamicId) or (HarmonyManager:IsEnvoy(curHeroData.dynamicId) and HarmonyManager:HongMengTowerUpLimit() ~= 0)
if isGongMing then
this.gongmingText:SetActive(true)
this.upLv:SetActive(false)