【鸿蒙阵bug修改】
parent
372b74eb05
commit
e1886a2d9a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue