fds
This commit is contained in:
parent
6d7346050e
commit
008e987ec3
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import random
|
||||||
class Treasure:
|
class Treasure:
|
||||||
special_min = 100
|
special_min = 100
|
||||||
special_max = 1000
|
special_max = 1000
|
||||||
standard_min = 10
|
standard_min = 50
|
||||||
standard_max = 100
|
standard_max = 100
|
||||||
|
|
||||||
def __init__(self, g):
|
def __init__(self, g):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue