version 1.35 | | version 1.36 |
---|
| | |
/* | | /* |
* static char *rcsid_global_h = | | * static char *rcsid_global_h = |
* "$Id: global.h,v 1.35 2002/11/13 00:26:13 garbled Exp $"; | | * "$Id: global.h,v 1.36 2002/11/13 00:49:46 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
uint8 search_items; /* search_items command */ | | uint8 search_items; /* search_items command */ |
uint8 spell_encumbrance; /* encumbrance effects spells */ | | uint8 spell_encumbrance; /* encumbrance effects spells */ |
uint8 spell_failure_effects; /* nasty backlash to spell failures */ | | uint8 spell_failure_effects; /* nasty backlash to spell failures */ |
| | uint8 casting_time; /* it takes awhile to cast a spell */ |
| | |
/* 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. |