]> granicus.if.org Git - nethack/commitdiff
Merge remote-tracking branch 'github/UniQP/trap' into NetHack-3.6.0
authorSean Hunt <scshunt@csclub.uwaterloo.ca>
Wed, 13 Apr 2016 00:53:30 +0000 (20:53 -0400)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Wed, 13 Apr 2016 00:58:25 +0000 (20:58 -0400)
Also update fixes file

1  2 
doc/fixes36.1
src/trap.c

diff --cc doc/fixes36.1
index 6240d76d80dff7e4d46faf761ac65f4e9286cc0f,54445094a9aa32cf3f327437c14b3be890ca2244..c8b229f08f8632bcb287be59fbfb1aa90a7d4c26
@@@ -182,32 -182,6 +182,34 @@@ when looting multiple containers, add '
  change looting to choose ":iobrs nq" action from a menu for menustyle:Partial
  wand/spell/breath zaps that reached the edge of the level on the Plane of Air
        and "vanished into the aether" left temporary display effects on screen
 +stop amulets and other items which aren't affected by erosion damage from
 +      being subjected to erosion damage
 +grammar bit: polyself w/ gender change yielded "you turn into a Elvenking"
 +some blindness cures ignored u.ucreamed
 +some instances of stun or confusion timers were being overridden rather than
 +      incremented when new stun or confusion damage was suffered
 +female gnome who gains level can grow up into male-only gnome lord; give an
 +      an alternate message instead of prohibiting the promotion
 +kicked weapon which successfully hits monster vanishes from play
 +unseen landmine explosion could result in "The <monst-type> statue crumbles."
 +when using the 'O' command for regexp options (autopickup exceptions,
 +      menucolors, message types), provide opportunity to add more than one
 +      at a time [after 'add', return to add/list/remove menu]
 +commands invoked by uppercase meta characters: M-A, M-C, M-N, M-O, M-R, M-T
 +      were missing from '? c' list of game commands (dat/hh)
 +tweak Baalzebub's lair and clean up the map display for it
 +symbol set definitions didn't recognize S_darkroom and S_vibrating_square
 +wizard mode enlightenment was reporting "very fast innately" (which is not
 +      possible) for very fast hero who was innately fast
 +when attacking a monster with a rust or corrosion or acid passive
 +      counter-attack, grease wasn't protecting the attacker's weapon
++the Bell of Opening now correctly reports when it opens a trapdoor/hole
++knocking can no longer send a monster through a trapdoor/hole and desaddle it
 +
 +post-3.6.0: fix "object lost" panic during pickup caused by sortloot revamp
 +post-3.6.0: more sortloot revisions
 +post-3.6.0: fix inventory menu for response of '?' to getobj (more sortloot
 +      revamp fallout)
  
  
  Platform- and/or Interface-Specific Fixes
diff --cc src/trap.c
Simple merge