version 1.32 | | version 1.33 |
---|
| | |
/* | | /* |
* static char *rcsid_global_h = | | * static char *rcsid_global_h = |
* "$Id: global.h,v 1.32 2002/11/12 22:34:26 garbled Exp $"; | | * "$Id: global.h,v 1.33 2002/11/12 23:09:11 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
uint8 not_permadeth; /* if true, death is non-permament */ | | uint8 not_permadeth; /* if true, death is non-permament */ |
uint8 simple_exp; /* If true, use the simple experience system */ | | uint8 simple_exp; /* If true, use the simple experience system */ |
int reset_loc_time; /* Number of seconds to put player back at home */ | | int reset_loc_time; /* Number of seconds to put player back at home */ |
| | uint8 set_title; /* players can set thier title */ |
| | uint8 resurrection; /* ressurection possible w/ permadeth on */ |
| | |
/* The meta_ is information for the metaserver. These are set in | | /* The meta_ is information for the metaserver. These are set in |
* the lib/settings file. | | * the lib/settings file. |