version 1.125 | | version 1.126 |
---|
| | |
/* | | /* |
* static char *rcsid_spell_effect_c = | | * static char *rcsid_spell_effect_c = |
* "$Id: spell_effect.c,v 1.125 2005/02/27 18:05:45 majorwoo Exp $"; | | * "$Id: spell_effect.c,v 1.126 2005/03/06 20:38:55 akirschbaum Exp $"; |
*/ | | */ |
| | |
| | |
| | |
} | | } |
/* Prevent inifinit recursion */ | | /* Prevent inifinit recursion */ |
if (newspell->subtype == SP_WONDER) { | | if (newspell->subtype == SP_WONDER) { |
LOG(llevError,"cast_wonder: spell returned is another wonder spell!"); | | LOG(llevError,"cast_wonder: spell returned is another wonder spell!\n"); |
return 0; | | return 0; |
} | | } |
return cast_spell(op,caster,dir,newspell, NULL); | | return cast_spell(op,caster,dir,newspell, NULL); |