fsd
This commit is contained in:
parent
a12d87c358
commit
035d37b134
12 changed files with 49 additions and 40 deletions
|
@ -80,7 +80,7 @@ class ModAction(Base):
|
|||
@lazy
|
||||
def string(self):
|
||||
|
||||
output = ACTIONTYPES[self.kind]["str"].format(self=self)
|
||||
output = ACTIONTYPES[self.kind]["str"].format(self=self, cc=cc)
|
||||
|
||||
if self.note: output += f" <i>({self.note})</i>"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue