]> granicus.if.org Git - nethack/commitdiff
Mjollnir bit
authorPatR <rankin@nethack.org>
Tue, 27 Feb 2018 17:28:15 +0000 (09:28 -0800)
committerPatR <rankin@nethack.org>
Tue, 27 Feb 2018 17:28:15 +0000 (09:28 -0800)
Ue the same object name formatting for the new "Mjollnir fails to
return" message as is used for most of the other throwing messages.

src/dothrow.c

index 0c72002ee4c5de4d9b95a1e09c6e8b9981165994..28791805ad1e648d6d92171b0bc4ae6c54ba5fe4 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 dothrow.c       $NHDT-Date: 1519672703 2018/02/26 19:18:23 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.130 $ */
+/* NetHack 3.6 dothrow.c       $NHDT-Date: 1519752483 2018/02/27 17:28:03 $  $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.131 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /* NetHack may be freely redistributed.  See license for details. */
 
@@ -1308,10 +1308,8 @@ boolean twoweap; /* used to restore twoweapon mode if wielded weapon returns */
                    that slot is empty at the time; since hero will need to
                    explicitly rewield the weapon to get throw-and-return
                    capability back anyway, quivered or not shouldn't matter */
-                pline("%s fails to return!",
-                      upstart(obj->oartifact ? ONAME(obj)
-                                             : thesimpleoname(obj)));
-                /* continue with placing 'obj' at target location */
+                pline("%s to return!", Tobjnam(obj, "fail"));
+                /* continue below with placing 'obj' at target location */
             }
         }