forked from MarseyWorld/MarseyWorld
fsdfds
parent
7ccfb9f02c
commit
93a527dc62
|
@ -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>"
|
||||
|
||||
|
|
Loading…
Reference in New Issue