suggested booktribute mods
Changes to be committed: modified: include/extern.h modified: src/files.c modified: src/objects.c modified: src/spell.c - charge a little more. - no free read in the bookstore.
This commit is contained in:
@@ -452,10 +452,12 @@ register struct obj *spellbook;
|
||||
|
||||
/* 3.6.0 tribute */
|
||||
if (booktype == SPE_NOVEL) {
|
||||
/* Obtain current Terry Pratchett book
|
||||
title for the current game. */
|
||||
/* Obtain current Terry Pratchett book title */
|
||||
const char *tribtitle = noveltitle(&spellbook->novelidx);
|
||||
read_tribute("books", tribtitle, 0);
|
||||
if (read_tribute("books", tribtitle, 0)) {
|
||||
u.uconduct.literate++;
|
||||
check_unpaid(spellbook);
|
||||
}
|
||||
return(1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user