Aevann 2023-07-14 16:35:33 +03:00
parent f4dced0d09
commit 5fb7bf95f0
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ def check_for_treasure(from_comment, in_text):
elif is_standard:
amount = randint(standard_min, standard_max)
if randint(1, 100) > 90:
if amount > user.coins: amount = user.coins
amount = -amount