This commit is contained in:
Aevann1 2022-02-04 20:35:39 +02:00
parent a12d87c358
commit 035d37b134
12 changed files with 49 additions and 40 deletions

View file

@ -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>"