Fixed a typo in reset code.
This commit is contained in:
parent
aa602ce7f1
commit
0719391f39
1 changed files with 2 additions and 2 deletions
|
|
@ -378,8 +378,8 @@ class CmdExtendedDesc(default_cmds.CmdDesc):
|
||||||
# set a normal non-seasonal description (fallback) on extended room
|
# set a normal non-seasonal description (fallback) on extended room
|
||||||
location.db.general_desc = self.args
|
location.db.general_desc = self.args
|
||||||
location.db.desc = self.args # compatability
|
location.db.desc = self.args # compatability
|
||||||
self.reset_times(obj)
|
self.reset_times(location)
|
||||||
caller.msg("General description was set on %s." % obj.key)
|
caller.msg("General description was set on %s." % location.key)
|
||||||
|
|
||||||
# Simple command to view the current time and season
|
# Simple command to view the current time and season
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue