hch
2 天以前 accaedaa73fa53edd3284e675bd8f0b06f9a0f33
0312 武将洗炼数字转化调整
1个文件已修改
2 ■■■ 已修改文件
Main/System/HeroUI/HeroGiftWashWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/System/HeroUI/HeroGiftWashWin.cs
@@ -89,7 +89,7 @@
            int useCount = HeroUIManager.Instance.GetTalentLockUseWashCount(hero);
            var itemCount = PackManager.Instance.GetItemCountByID(PackType.Item, HeroUIManager.Instance.washItemID);
            itemCountText.text = UIHelper.AppendColor(itemCount >= useCount ? TextColType.Green : TextColType.Red,
                itemCount + "/" + useCount);
                UIHelper.ReplaceLargeNum(itemCount) + "/" + useCount);
        }
        else
        {