Further cleanup and refactoring
This commit is contained in:
parent
7891987e05
commit
c65c68e4c2
6 changed files with 526 additions and 292 deletions
|
|
@ -803,7 +803,7 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
|
|||
# actor-stance replacements
|
||||
inmessage = _MSG_CONTENTS_PARSER.parse(
|
||||
inmessage, raise_errors=True, return_string=True,
|
||||
you=you, receiver=receiver, mapping=mapping)
|
||||
caller=you, receiver=receiver, mapping=mapping)
|
||||
|
||||
# director-stance replacements
|
||||
outmessage = inmessage.format(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue