version 1.26 | | version 1.27 |
---|
| | |
/* | | /* |
* static char *rcsid_pets_c = | | * static char *rcsid_pets_c = |
* "$Id: pets.c,v 1.26 2005/07/16 19:03:01 qal21 Exp $"; | | * "$Id: pets.c,v 1.27 2005/07/16 21:10:39 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
new_draw_info_format(NDI_UNIQUE, 0,pl, | | new_draw_info_format(NDI_UNIQUE, 0,pl, |
"The spell fails! %s's creatures are beyond the range of your summons", | | "The spell fails! %s's creatures are beyond the range of your summons", |
god->name); | | god->name); |
LOG(llevDebug,"choose_cult_monster() requested non-existant aligned race!\n"); | | LOG(llevDebug,"choose_cult_monster() requested non-existent aligned race!\n"); |
return 0; | | return 0; |
} | | } |
| | |