mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 04:27:16 +02:00
* Added copy_object() to the object manager
* Added @copy command (builders only) * Moved the greeting for first-time logins into a hook in basicplayer * Fixed bug in @set to handle whitespace better * Added the /drop switch to @create /Griatch
This commit is contained in:
parent
ee1b891ef4
commit
0e46a61c85
5 changed files with 150 additions and 16 deletions
|
|
@ -430,7 +430,6 @@ class Object(models.Model):
|
|||
"""
|
||||
Returns an object's flag list.
|
||||
"""
|
||||
# Holds the list of flags to display
|
||||
all_flags = []
|
||||
if self.flags is not None:
|
||||
# Add saved flags to the display list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue