version 1.111 | | version 1.112 |
---|
| | |
/* | | /* |
* static char *rcsid_spell_util_c = | | * static char *rcsid_spell_util_c = |
* "$Id: spell_util.c,v 1.111 2006/09/03 13:29:36 ryo_saeba Exp $"; | | * "$Id: spell_util.c,v 1.112 2006/09/16 20:01:12 qal21 Exp $"; |
*/ | | */ |
| | |
| | |
| | |
* spell is the spell object. | | * spell is the spell object. |
* Returns modified level. | | * Returns modified level. |
*/ | | */ |
static int min_casting_level(object *caster, object *spell) | | int min_casting_level(object *caster, object *spell) |
{ | | { |
int new_level; | | int new_level; |
| | |