Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-11-17 20:31:56 -05:00
8 changed files with 63 additions and 36 deletions

View File

@@ -24,7 +24,7 @@
.ds vr "NetHack 3.7
.ds f0 "\*(vr
.ds f1
.ds f2 "November 7, 2019
.ds f2 "November 17, 2019
.
.\" A note on some special characters:
.\" \(lq = left double quote

View File

@@ -45,7 +45,7 @@
%.au
\author{Original version - Eric S. Raymond\\
(Edited and expanded for 3.6 by Mike Stephenson and others)}
\date{November 7, 2019}
\date{November 17, 2019}
\maketitle

View File

@@ -235,6 +235,9 @@ dipping lichen corpse into acid when not blind and acid was undicovered would
pluralization improvement for words ending in a k-sound like "biotech"
check for whether a monster was entering a region (gas cloud) erroneously
depended upon whether or not the hero was inside the same region
all Is_*_level tests during early startup would test as true until
dungeon_topology was initialized in a new game or restored from
a save file
Fixes to Post-3.6.2 Problems that Were Exposed Via git Repository