Merge pull request #3633 from count-infinity/3617-Default-object-descriptions
Allow simple customization of default object descriptions
This commit is contained in:
commit
0004dc5f7c
4 changed files with 57 additions and 19 deletions
|
|
@ -43,7 +43,7 @@ class EvAdventureRoomTest(EvenniaTestCase):
|
|||
/|\
|
||||
o o o
|
||||
room_center
|
||||
You see nothing special.
|
||||
This is a room.
|
||||
Exits: north, northeast, east, southeast, south, southwest, west, and northwest"""
|
||||
|
||||
result = "\n".join(part.rstrip() for part in strip_ansi(desc).split("\n"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue