Fixed a non-updating timeslot when assigning to the general description of ExtendedRoom.
This commit is contained in:
parent
46ac4d3928
commit
873e6faa52
1 changed files with 1 additions and 0 deletions
|
|
@ -456,6 +456,7 @@ class CmdExtendedDesc(default_cmds.CmdDesc):
|
||||||
obj.db.desc = text # a compatibility fallback
|
obj.db.desc = text # a compatibility fallback
|
||||||
if obj.attributes.has("general_desc"):
|
if obj.attributes.has("general_desc"):
|
||||||
obj.db.general_desc = text
|
obj.db.general_desc = text
|
||||||
|
self.reset_times(obj)
|
||||||
caller.msg("General description was set on %s." % obj.key)
|
caller.msg("General description was set on %s." % obj.key)
|
||||||
else:
|
else:
|
||||||
# this is not an ExtendedRoom.
|
# this is not an ExtendedRoom.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue