ensure tribute handles conduct correctly
This commit is contained in:
@@ -152,9 +152,11 @@ doread()
|
||||
#endif
|
||||
|
||||
/* Actions required to win the game aren't counted towards conduct */
|
||||
/* Novel conduct is handled in read_tribute so exclude it too*/
|
||||
if (scroll->otyp != SPE_BOOK_OF_THE_DEAD &&
|
||||
scroll->otyp != SPE_BLANK_PAPER &&
|
||||
scroll->otyp != SCR_BLANK_PAPER)
|
||||
scroll->otyp != SCR_BLANK_PAPER &&
|
||||
scroll->otyp != SPE_NOVEL)
|
||||
u.uconduct.literate++;
|
||||
|
||||
if(scroll->oclass == SPBOOK_CLASS) {
|
||||
|
||||
Reference in New Issue
Block a user