This commit is contained in:
Aevann1 2022-02-04 17:48:41 +02:00
parent 6d7346050e
commit 008e987ec3

View file

@ -4,7 +4,7 @@ import random
class Treasure:
special_min = 100
special_max = 1000
standard_min = 10
standard_min = 50
standard_max = 100
def __init__(self, g):