Merge pull request #565 from UnCLAS-Prommer/main-fix

fix: minor fix for 564
pull/567/head
UnCLAS-Prommer 2025-03-24 19:17:37 +08:00 committed by GitHub
commit 33585ea7c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ class RelationshipManager:
level_num = 0
elif -227 <= relationship_value < -73:
level_num = 1
elif -76 <= relationship_value < 227:
elif -73 <= relationship_value < 227:
level_num = 2
elif 227 <= relationship_value < 587:
level_num = 3