Add unittests for simpledoor and slow_exit contribs, as per #1105.

This commit is contained in:
Griatch 2017-02-19 21:06:03 +01:00
parent 42c13ee870
commit a0b1a0cac1
3 changed files with 31 additions and 1 deletions

View file

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