mirror of https://github.com/Mai-with-u/MaiBot.git
minor fix
parent
52be582752
commit
fdaf8684f4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue