Skip to content

Commit 01b72e3

Browse files
authored
Update tapper.py
1 parent 38ab699 commit 01b72e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/core/tapper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ async def play_drop_game(self):
198198

199199
await asyncio.sleep(sleep_time)
200200
freezes = int((sleep_time - 30) / 3)
201-
clover = ((randint(settings.POINTS[0], settings.POINTS[1])) // 5) * 5 # blum points
201+
clover = ((randint(settings.POINTS[0], settings.POINTS[1])) // 3) * 3 # blum points
202202

203203
blum_amount = clover
204204
earned_points = {"BP": {"amount": blum_amount}}

0 commit comments

Comments
 (0)