version 1.42 | | version 1.43 |
---|
| | |
/* | | /* |
* static char *rcsid_global_h = | | * static char *rcsid_global_h = |
* "$Id: global.h,v 1.42 2003/08/02 16:25:22 tchize Exp $"; | | * "$Id: global.h,v 1.43 2003/08/27 00:00:45 temitchell 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 */ |
| | uint16 set_friendly_fire; /* Percent of damage done by peaceful player vs player damage */ |
uint8 casting_time; /* it takes awhile to cast a spell */ | | uint8 casting_time; /* it takes awhile to cast a spell */ |
uint8 real_wiz; /* use mud-like wizards */ | | uint8 real_wiz; /* use mud-like wizards */ |
uint8 recycle_tmp_maps; /* re-use tmp maps. */ | | uint8 recycle_tmp_maps; /* re-use tmp maps. */ |