Archived
1
0
Fork 0

Update __init__.py

This commit is contained in:
yzhh 2023-10-25 21:50:56 +08:00
parent 7de0083a9f
commit 184b12bf7d

View file

@ -126,11 +126,11 @@ async def _(msg: Bot.MessageSession):
wait_repeat = 0
hook_repeat = 0
else:
play_state[msg.target.target_id]['hooked'] = True
if hooked_time % 1 == 0:
await msg.send_message(msg.locale.t(f"fish.message.hooked.{repeat_state}.{random.randint(1, 3)}"),
quote=False)
hook_repeat += 1
play_state[msg.target.target_id]['hooked'] = True
hooked_time -= 0.25
else:
if wait_time % 10 == 0: