少年修仙传客户端代码仓库
client_linchunjie
2019-01-05 2439236abe2c1a84f1dbadf79e7458c26918e00c
5685 【前端】【1.4.100】聚魂一键分解功能红点提醒与逻辑优化
1个文件已修改
7 ■■■■■ 已修改文件
System/GatheringSoul/GatherSoulHoleBehaviour.cs 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/GatheringSoul/GatherSoulHoleBehaviour.cs
@@ -111,6 +111,13 @@
                    {
                        data.SetTipsFuncBtn(ItemWinBtnType.LevelUp, OnTipFunc);
                    }
                    List<GatherSoulItem> list = new List<GatherSoulItem>();
                    model.TryGetSatisfyReplaceSouls(hole, ref list);
                    if (list.Count > 0)
                    {
                        data.SetTipsFuncBtn(ItemWinBtnType.Replace, OnTipFunc);
                        list = null;
                    }
                    itemTipsModel.SetItemTipsModel(data);
                }
                else