sdf
This commit is contained in:
parent
5607e2d428
commit
e9426a18dc
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ class ModAction(Base):
|
||||||
@lazy
|
@lazy
|
||||||
def string(self):
|
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>"
|
if self.note: output += f" <i>({self.note})</i>"
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ import random
|
||||||
class Treasure:
|
class Treasure:
|
||||||
special_min = 100
|
special_min = 100
|
||||||
special_max = 1000
|
special_max = 1000
|
||||||
standard_min = 50
|
standard_min = 10
|
||||||
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