🎨 改进代码样式 (#723)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-09-03 14:12:33 +08:00
committed by GitHub
parent b7e21fc111
commit dbda1b466d
4 changed files with 6 additions and 9 deletions

View File

@@ -69,7 +69,7 @@ func init() {
probableList[3] = info.Probability
}
}
if number > 100 || equipInfo.Equip == "美西螈" { //放大概率
if number > 100 || equipInfo.Equip == "美西螈" { // 放大概率
probableList = []int{2, 8, 35, 45}
}
if equipInfo.Favor > 0 {