mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
最低好感改0.01
This commit is contained in:
parent
ca89ff7761
commit
6ba2fedba2
@ -42,7 +42,7 @@ async def _handle_check_in(
|
||||
nickname: str, user_qq: int, group: int, present: datetime
|
||||
) -> MessageSegment:
|
||||
user = await SignGroupUser.ensure(user_qq, group, for_update=True)
|
||||
impression_added = (secrets.randbelow(90)+10)/100
|
||||
impression_added = (secrets.randbelow(90)+1)/100
|
||||
critx2 = random.random()
|
||||
add_probability = user.add_probability
|
||||
specify_probability = user.specify_probability
|
||||
|
||||
Loading…
Reference in New Issue
Block a user