Add unittests for simpledoor and slow_exit contribs, as per #1105.
This commit is contained in:
parent
42c13ee870
commit
a0b1a0cac1
3 changed files with 31 additions and 1 deletions
|
|
@ -584,6 +584,7 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
|
|||
"{attacker} {action} {defender}",
|
||||
mapping=dict(attacker=char, defender=npc, action=action),
|
||||
exclude=(char, npc))
|
||||
|
||||
"""
|
||||
contents = self.contents
|
||||
if exclude:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue