version 1.162 | | version 1.163 |
---|
| | |
/* | | /* |
* static char *rcsid_spell_effect_c = | | * static char *rcsid_spell_effect_c = |
* "$Id: spell_effect.c,v 1.162 2006/08/21 05:40:49 qal21 Exp $"; | | * "$Id: spell_effect.c,v 1.163 2006/09/03 14:00:56 ryo_saeba Exp $"; |
*/ | | */ |
| | |
| | |
| | |
if (!altar_arch) { | | if (!altar_arch) { |
new_draw_info_format(NDI_UNIQUE, 0, op, "You fail to consecrate the altar."); | | new_draw_info_format(NDI_UNIQUE, 0, op, "You fail to consecrate the altar."); |
LOG(llevError, "cast_consecrate: can't find altar %s for god %s", buf, god->name); | | LOG(llevError, "cast_consecrate: can't find altar %s for god %s", buf, god->name); |
return; | | return 0; |
} | | } |
new_altar = arch_to_object(altar_arch); | | new_altar = arch_to_object(altar_arch); |
new_altar->x = tmp->x; | | new_altar->x = tmp->x; |