version 1.18 | | version 1.19 |
---|
| | |
/* | | /* |
* static char *rcsid_readable_c = | | * static char *rcsid_readable_c = |
* "$Id: readable.c,v 1.18 2005/05/06 21:10:07 tchize Exp $"; | | * "$Id: readable.c,v 1.19 2005/07/16 21:10:37 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
| | |
if (i == 0) | | if (i == 0) |
{ | | { |
LOG (llevError, "get_random_mon() couldnt return monster for level %d\n", | | LOG (llevError, "get_random_mon() couldn't return monster for level %d\n", |
level); | | level); |
return NULL; | | return NULL; |
} | | } |
| | |
| | |
if (fl->total_chance == 0) | | if (fl->total_chance == 0) |
{ | | { |
book->msg = add_string(" <indescipherable text>\n"); | | book->msg = add_string(" <indecipherable text>\n"); |
new_text_name(book, 4); | | new_text_name(book, 4); |
add_author(book,4); | | add_author(book,4); |
return; | | return; |
| | |
} | | } |
| | |
if (!formula) { | | if (!formula) { |
book->msg = add_string(" <indescipherable text>\n"); | | book->msg = add_string(" <indecipherable text>\n"); |
new_text_name(book, 4); | | new_text_name(book, 4); |
add_author(book,4); | | add_author(book,4); |
| | |