version 1.137 | | version 1.138 |
---|
| | |
/* | | /* |
* static char *rcsid_spell_effect_c = | | * static char *rcsid_spell_effect_c = |
* "$Id: spell_effect.c,v 1.137 2005/09/13 06:46:35 mwedel Exp $"; | | * "$Id: spell_effect.c,v 1.138 2005/09/17 23:31:49 qal21 Exp $"; |
*/ | | */ |
| | |
| | |
| | |
*/ | | */ |
static void charge_mana_effect(object *victim, int caster_level) | | static void charge_mana_effect(object *victim, int caster_level) |
{ | | { |
new_draw_info_format(NDI_UNIQUE, 0, victim, "victim=%s caster_level=%d", victim->name, caster_level); | | |
| | |
/* Prevent explosions for objects without mana. Without this check, doors | | /* Prevent explosions for objects without mana. Without this check, doors |
* will explode, too. | | * will explode, too. |