Add strength list to check the bsp

This commit is contained in:
Porter
2025-05-25 12:15:16 +08:00
parent cdc40f795c
commit fb2104edf3
6 changed files with 62 additions and 132 deletions
+1 -1
View File
@@ -1200,7 +1200,7 @@ class ChanKLC():
# 分型质量调整
base_score += fx_quality
print(self.start_time, base_score, is_bi_end, post_fx_confirmation, fx_quality)
#print(self.start_time, base_score, is_bi_end, post_fx_confirmation, fx_quality)
# 限制在-3到3范围内
return max(-3, min(3, base_score))