| System/EquipStar/EquipStarModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/EquipStar/EquipStarModel.cs
@@ -65,9 +65,8 @@ equipStarLevel.value = GetEquipStarLevel(new Int2(selectedLevel.value, selectedPlace.value)); selectedPlace.dirty = true; for (int i = 0; i < candidatePlaces.Count; i++) foreach (var candidate in candidatePlaces.Values) { var candidate = candidatePlaces[i]; candidate.starLevel.value = GetEquipStarLevel(candidate.equipPosition); } }