少年修仙传客户端代码仓库
hch
2020-01-19 7a55dbef7e37bd7642db8fd006a453d3ed895fbe
0312 灵石使用可在主界面直接打开
1个文件已修改
5 ■■■■■ 已修改文件
System/KnapSack/PreciousItemGetBehaviour.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/KnapSack/PreciousItemGetBehaviour.cs
@@ -88,6 +88,11 @@
                if (GeneralDefine.onlyUsedAtBackpackItems.Contains(item.itemId))
                {
                    if (item.itemId == 150)
                    {
                        WindowCenter.Instance.Open<LingShiChange>();
                        return;
                    }
                    WindowCenter.Instance.Open<KnapSackWin>();
                    Clock.AlarmAfter(0.5f, () => { ItemTipUtility.Show(item.guid); });
                    return;