]> granicus.if.org Git - nethack/commitdiff
fixes37.0 entry about scrambled dipping message
authorPatR <rankin@nethack.org>
Mon, 15 Mar 2021 08:26:46 +0000 (01:26 -0700)
committerPatR <rankin@nethack.org>
Mon, 15 Mar 2021 08:26:46 +0000 (01:26 -0700)
The "you mime dip <item> intoing something" message was already
present in 3.6, not introduced by the post-3.6 "getobj refactor".

doc/fixes37.0

index f5607fca2977faec77f36579cdbb83bf9bc6b9b4..fec31ab93b0be51205c0ee0ae39f8b33b6d83b84 100644 (file)
@@ -408,6 +408,8 @@ when creating a rolling boulder trap, don't place boulder on a path that
        teleport trap/level teleporter/magic portal
 remove superfluous "All" from "All foos are already nonexistent." when blessed
        genocide tries to remove something which has already been genocided
+"#dip <item> into -" produced a scrambled message:
+       You mime dip <item> intoing something.
 
 
 Fixes to 3.7.0-x Problems that Were Exposed Via git Repository
@@ -538,8 +540,6 @@ change wizard mode command #wizmgender to wizard mode option 'wizmgender'
 engraving with non-blade dulled the weapon anyway (pr #464)
 'sortdiscoveries:s' had a spurious generic header shown at the start of the
        last class if there were any artifacts or unique items discovered
-after getobj refactor: "#dip <item> into -" produced a scrambled message:
-       You mime dip <item> intoing something.
 
 curses: 'msg_window' option wasn't functional for curses unless the binary
        also included tty support