| System/EquipGem/EquipStrengthWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/EquipGem/EquipStrengthWin.cs
@@ -653,6 +653,10 @@ places.Sort(EquipCompare); foreach (var place in places) { if (model.SelectLevel == 1 && place > 8) { continue; } var state = model.GetEquipStrengthState(new Int2(model.SelectLevel, place)); if (state == 3) {