Skip to content

Commit

Permalink
优化计算分数的AI
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteReimu authored Sep 12, 2024
1 parent ab38fad commit a8492fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/kotlin/MessageCardValue.kt
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,8 @@ fun Player.calculateMessageCardValue(
}
}
}
if (v1 > 460) v1 = 600
else if (v1 < -460) v1 = -600
return v1
}

Expand Down

0 comments on commit a8492fb

Please sign in to comment.