From 55634de123ee985955067c6c268f2ff21dcf35e9 Mon Sep 17 00:00:00 2001 From: Griatch Date: Thu, 28 Jun 2012 21:39:13 +0200 Subject: [PATCH] A fix to extended_room, for when used as default mixed with other room types. --- contrib/extended_room.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/extended_room.py b/contrib/extended_room.py index 2b6f9ef82f..0cc694d400 100644 --- a/contrib/extended_room.py +++ b/contrib/extended_room.py @@ -166,7 +166,7 @@ class ExtendedRoom(Room): def return_appearance(self, looker): "This is called when e.g. the look command wants to retrieve the description of this object." - raw_desc = self.db.raw_desc + raw_desc = self.db.raw_desc or "" update = False # get current time and season