We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ab699 commit 01b72e3Copy full SHA for 01b72e3
bot/core/tapper.py
@@ -198,7 +198,7 @@ async def play_drop_game(self):
198
199
await asyncio.sleep(sleep_time)
200
freezes = int((sleep_time - 30) / 3)
201
- clover = ((randint(settings.POINTS[0], settings.POINTS[1])) // 5) * 5 # blum points
+ clover = ((randint(settings.POINTS[0], settings.POINTS[1])) // 3) * 3 # blum points
202
203
blum_amount = clover
204
earned_points = {"BP": {"amount": blum_amount}}
0 commit comments