mirror of
https://github.com/evennia/evennia.git
synced 2026-03-25 01:06:32 +01:00
Remove unused /reset switch from CmdCopy. Resolves #2136
This commit is contained in:
parent
9a862eac4a
commit
703b307c40
1 changed files with 1 additions and 7 deletions
|
|
@ -251,20 +251,14 @@ class CmdCopy(ObjManipCommand):
|
|||
copy an object and its properties
|
||||
|
||||
Usage:
|
||||
copy[/reset] <original obj> [= <new_name>][;alias;alias..]
|
||||
copy <original obj> [= <new_name>][;alias;alias..]
|
||||
[:<new_location>] [,<new_name2> ...]
|
||||
|
||||
switch:
|
||||
reset - make a 'clean' copy off the object, thus
|
||||
removing any changes that might have been made to the original
|
||||
since it was first created.
|
||||
|
||||
Create one or more copies of an object. If you don't supply any targets,
|
||||
one exact copy of the original object will be created with the name *_copy.
|
||||
"""
|
||||
|
||||
key = "copy"
|
||||
switch_options = ("reset",)
|
||||
locks = "cmd:perm(copy) or perm(Builder)"
|
||||
help_category = "Building"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue