forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-02-04 17:48:41 +02:00
parent 384e42ee2a
commit 29bbe5d38c
1 changed files with 1 additions and 1 deletions

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):