A fix to extended_room, for when used as default mixed with other room types.

This commit is contained in:
Griatch 2012-06-28 21:39:13 +02:00
parent ae65438c9b
commit 55634de123

View file

@ -166,7 +166,7 @@ class ExtendedRoom(Room):
def return_appearance(self, looker): def return_appearance(self, looker):
"This is called when e.g. the look command wants to retrieve the description of this object." "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 update = False
# get current time and season # get current time and season