mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 07:16:31 +01:00
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:
|
||||
caller.msg("The Line editor can only be applied " "to one attribute at a time.")
|
||||
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])
|
||||
return
|
||||
if not value:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue