| System/GatheringSoul/GatherSoulHoleBehaviour.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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