Merge remote-tracking branch 'origin/NetHack-3.6.0'

This commit is contained in:
keni
2016-12-09 17:47:54 -05:00
21 changed files with 145 additions and 65 deletions

View File

@@ -3543,6 +3543,7 @@ h S_humanoid (humanoid)
- S_hwall (horizontal wall)
. S_ice (ice)
i S_imp (imp or minor demon)
I S_invisible (invisible monster)
J S_jabberwock (jabberwock)
j S_jelly (jelly)
k S_kobold (kobold)

View File

@@ -4334,6 +4334,7 @@ Default & Symbol Name & Description\\
\verb@-@ & S\verb+_+hwall & (horizontal wall)\\
\verb@.@ & S\verb+_+ice & (ice)\\
\verb@i@ & S\verb+_+imp & (imp or minor demon)\\
\verb@I@ & S\verb+_+invisible & (invisible monster)\\
\verb@J@ & S\verb+_+jabberwock & (jabberwock)\\
\verb@j@ & S\verb+_+jelly & (jelly)\\
\verb@k@ & S\verb+_+kobold & (kobold)\\

View File

@@ -353,9 +353,17 @@ sometimes generate the random mazes with wide corridors, thick walls,
put throne room gold in the chest
wielding Trollsbane prevents trolls from reviving
wielding Demonbane prevents demons summoning friends
wielding Dragonbane confers reflection
wielding Ogresmasher grants 25 constitution
Elbereth must now be on a square by itself to function
Elbereth now erodes based on attacks by the player, not monsters scared
novels are made of paper, not gold
movement speeds are made less predictable by using random rounding, rather
than via adding a random offset
some death by the-poison-was-deadly situations left stale non-zero HP shown
on the status line during final disclosure
when sitting at a trap spot: You sit down. You step on a level teleporter.
(likewise for polymorph trap, and similar issue for web)
Fixes to Post-3.6.0 Problems that Were Exposed Via git Repository