From: PatR Date: Fri, 13 May 2022 23:04:02 +0000 (-0700) Subject: pull request #761 - writing novels X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1bf4c2786be13fe038edb8b114a201671e14c16;p=nethack pull request #761 - writing novels Pull request by entrez: don't create a Pratchett novel by writing "novel" or "paperback book" on a known blank spellbook with a magic marker. Blanking a novel produces a blank spellbook; there isn't any blank novel. That's intentional. Writing "novel" on a blank spellbook and getting a randomly chosen Pratchett one wasn't intentional. Closes #761 --- diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 48685adb4..536700064 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -907,6 +907,8 @@ fix a pair of off-by-one bugs when doling out initial characteristics points, resulting in an unintentional bias toward Str and away from Cha; negligible effect on individual games but had a minor cumulative effect across a large set of games +using a marker to write "novel" or "paperback book" on a known blank spellbook + was producing a randomly chosen Pratchett novel; make it fail instead Fixes to 3.7.0-x Problems that Were Exposed Via git Repository