remotes/1693045480750635534/spooky-22
Aevann1 2022-02-05 10:42:54 +02:00
parent efbbe45cdf
commit baef602163
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ class ModAction(Base):
@lazy
def string(self):
output = ACTIONTYPES[self.kind]["str"].format(self=self, cc=cc)
output = ACTIONTYPES[self.kind]["str"].format(self=self, cc=CC_TITLE)
if self.note: output += f" <i>({self.note})</i>"

View File

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