version 1.22 | | version 1.23 |
---|
| | |
/* | | /* |
* static char *rcsid_alchemy_c = | | * static char *rcsid_alchemy_c = |
* "$Id: alchemy.c,v 1.22 2005/03/09 21:20:35 ryo_saeba Exp $"; | | * "$Id: alchemy.c,v 1.23 2005/07/16 21:10:39 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
rp->arch_name, formula/rp->index); | | rp->arch_name, formula/rp->index); |
#endif | | #endif |
attempt_recipe(caster, cauldron, ability, rp, formula/rp->index); | | attempt_recipe(caster, cauldron, ability, rp, formula/rp->index); |
} else LOG(llevDebug, "WIZ couldnt find formula for ingredients.\n"); | | } else LOG(llevDebug, "WIZ couldn't find formula for ingredients.\n"); |
return; | | return; |
} /* End of WIZ alchemy */ | | } /* End of WIZ alchemy */ |
| | |