From: PatR Date: Wed, 8 Feb 2017 21:23:00 +0000 (-0800) Subject: fix rumors.tru typo X-Git-Tag: NetHack-3.6.1_RC01~524 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1151ec19a14d1b184e7371215ef6d9a52fecaee0;p=nethack fix rumors.tru typo "They say that an ooze will bite your boots and a rockmole will eat them." 'rockmole' should be two words. Also, rock moles won't eat leather boots, so change 'will eat' to 'might eat'. --- diff --git a/dat/rumors.tru b/dat/rumors.tru index bcd37d044..8181c5abc 100644 --- a/dat/rumors.tru +++ b/dat/rumors.tru @@ -207,7 +207,7 @@ They say that a xorn knows of no obstacles when pursuing you. They say that abusing a credit card could shock you sooner or later. They say that amulets, like most things, can be deadly or life saving. They say that an altar can identify blessings. -They say that an ooze will bite your boots and a rockmole will eat them. +They say that an ooze will bite your boots and a rock mole might eat them. They say that an unlucky hacker was once killed by an exploding tin. They say that antique dealers are always interested in precious stones. They say that bandaging one's wounds helps to keep up one's appearance. diff --git a/doc/fixes36.1 b/doc/fixes36.1 index 1d3b03886..e659f505c 100644 --- a/doc/fixes36.1 +++ b/doc/fixes36.1 @@ -368,6 +368,7 @@ show all statusline information in #attributes add option status_updates to prevent bottom of screen status line updates fix achievement recording bug with mines and sokoban prizes g.cubes would eat globs of green slime without harm; engulf those instead +fix up true rumor about rock moles vs boots Fixes to Post-3.6.0 Problems that Were Exposed Via git Repository