Merge branch 'master' into develop
This commit is contained in:
commit
dbb8bdc6f2
1 changed files with 5 additions and 0 deletions
|
|
@ -1873,6 +1873,11 @@ class CmdSetAttribute(ObjManipCommand):
|
||||||
if len(attrs) > 1:
|
if len(attrs) > 1:
|
||||||
caller.msg("The Line editor can only be applied " "to one attribute at a time.")
|
caller.msg("The Line editor can only be applied " "to one attribute at a time.")
|
||||||
return
|
return
|
||||||
|
if not attrs:
|
||||||
|
caller.msg("Use `set/edit <objname>/<attr>` to define the Attribute to edit.\nTo "
|
||||||
|
"edit the current room description, use `set/edit here/desc` (or "
|
||||||
|
"use the `desc` command).")
|
||||||
|
return
|
||||||
self.edit_handler(obj, attrs[0])
|
self.edit_handler(obj, attrs[0])
|
||||||
return
|
return
|
||||||
if not value:
|
if not value:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue