// File : /include/user2.h
//
// The specific user body defines (Not used by MONSTER or GHOST)
// The inherits are in user.h.
#define MAX_CAPACITY 5000
#define MAX_VOLUME 500
#define USER_MASS 7500
#define USER_BULK 1000
#define RACES ({ "dwarf", "elf", "gnome", "human", "orc",\
"troll", "halfling", "sprite", "shadow",\
"ent", "siren", "skeleton", "zombie",\
})