forked from MarseyWorld/MarseyWorld
parent
f4dced0d09
commit
5fb7bf95f0
|
@ -25,7 +25,6 @@ def check_for_treasure(from_comment, in_text):
|
||||||
elif is_standard:
|
elif is_standard:
|
||||||
amount = randint(standard_min, standard_max)
|
amount = randint(standard_min, standard_max)
|
||||||
if randint(1, 100) > 90:
|
if randint(1, 100) > 90:
|
||||||
if amount > user.coins: amount = user.coins
|
|
||||||
amount = -amount
|
amount = -amount
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue