mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 07:27:17 +02:00
Many small but useful bug fixes in various modules.
/Griatch
This commit is contained in:
parent
615cb51b33
commit
c4114938cc
6 changed files with 67 additions and 32 deletions
|
|
@ -179,7 +179,7 @@ class EvenniaBasicObject(object):
|
|||
for player in con_players:
|
||||
retval +='\n\r%s' % (player.get_name(show_dbref=show_dbrefs),)
|
||||
if not con_things == []:
|
||||
retval += "\n\r%sContents:%s" % (ANSITable.ansi["hilite"],
|
||||
retval += "\n\r%sYou see:%s" % (ANSITable.ansi["hilite"],
|
||||
ANSITable.ansi["normal"])
|
||||
for thing in con_things:
|
||||
retval += '\n\r%s' % (thing.get_name(show_dbref=show_dbrefs),)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue