Merge pull request #3633 from count-infinity/3617-Default-object-descriptions

Allow simple customization of default object descriptions
This commit is contained in:
Griatch 2024-12-15 15:32:26 +01:00 committed by GitHub
commit 0004dc5f7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 57 additions and 19 deletions

View file

@ -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"))