Fixed a non-updating timeslot when assigning to the general description of ExtendedRoom.

This commit is contained in:
Griatch 2016-08-29 21:25:14 +02:00
parent 46ac4d3928
commit 873e6faa52

View file

@ -456,6 +456,7 @@ class CmdExtendedDesc(default_cmds.CmdDesc):
obj.db.desc = text # a compatibility fallback
if obj.attributes.has("general_desc"):
obj.db.general_desc = text
self.reset_times(obj)
caller.msg("General description was set on %s." % obj.key)
else:
# this is not an ExtendedRoom.