Add strength list to check the bsp
This commit is contained in:
+1
-1
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user