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:
Greg Taylor 2007-05-22 15:22:25 +00:00
parent 59518c440c
commit 1a996bbf7e
2 changed files with 8 additions and 5 deletions

View file

@ -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'