Added a HIDDEN_ATTRIBS list to defines_global.py containing a list of attributes that shouldn't show up on examined objects.
This commit is contained in:
parent
59518c440c
commit
1a996bbf7e
2 changed files with 8 additions and 5 deletions
|
|
@ -32,6 +32,9 @@ NOSET_FLAGS = ["CONNECTED"]
|
|||
# These attribute names can't be modified by players.
|
||||
NOSET_ATTRIBS = ["MONEY", "ALIAS", "LASTPAGED", "CHANLIST", "LAST", "LASTSITE"]
|
||||
|
||||
# These attributes don't show up on objects when examined.
|
||||
HIDDEN_ATTRIBS = ["CHANLIST"]
|
||||
|
||||
# Server version number.
|
||||
EVENNIA_VERSION = 'Alpha'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue