少年修仙传客户端代码仓库
client_Wu Xijin
2018-10-26 82931aabaaa3e479bc04e11630a77cd9c9dd5fe3
System/Strengthening/EquipSuitTips.cs
@@ -138,19 +138,22 @@
        }
        else
        {
            E_SuitType = SuitType.LowSuit;
            bool isSwitch = true;
            foreach(var red in SuitModel.suitCellRedPointDict.Values)
            if(!WindowJumpMgr.Instance.IsJumpState)
            {
                if(red.state == RedPointState.Simple)
                E_SuitType = SuitType.LowSuit;
                bool isSwitch = true;
                foreach (var red in SuitModel.suitCellRedPointDict.Values)
                {
                    isSwitch = false;
                    break;
                    if (red.state == RedPointState.Simple)
                    {
                        isSwitch = false;
                        break;
                    }
                }
            }
            if (SuitModel.typeBtnRedPoint.state == RedPointState.Simple && isSwitch)
            {
                E_SuitType = SuitType.HighSuit;
                if (SuitModel.typeBtnRedPoint.state == RedPointState.Simple && isSwitch)
                {
                    E_SuitType = SuitType.HighSuit;
                }
            }
        }
        equipPartlist = SuitModel.GetEquipOrderlist(E_SuitType);