mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 09:16:32 +01:00
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
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue