This commit is contained in:
Aevann1 2021-11-16 23:37:09 +02:00
parent 10cf6f2405
commit 4943f304d9

View file

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