mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 10:16:32 +01:00
Debugged and added @cpattr and @mvattr. Added unittest cases for all default commands for which they are suitable. Many small bug fixes as part of that.
This commit is contained in:
parent
7b43c4a608
commit
6f0d21802b
11 changed files with 328 additions and 155 deletions
|
|
@ -195,7 +195,7 @@ class Object(TypeClass):
|
|||
string = "{c%s{n" % self.name
|
||||
desc = self.attr("desc")
|
||||
if desc:
|
||||
string += ":\n %s" % desc
|
||||
string += "\n %s" % desc
|
||||
exits = []
|
||||
users = []
|
||||
things = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue