]> granicus.if.org Git - nethack/commitdiff
comment bit
authorPatR <rankin@nethack.org>
Sun, 1 Dec 2019 15:38:01 +0000 (07:38 -0800)
committerPatR <rankin@nethack.org>
Sun, 1 Dec 2019 15:38:01 +0000 (07:38 -0800)
'ick' comment was from there were multiple "You finish taking off..,"
strings that only varied by one word.  That was replaced last night.

src/do_wear.c

index afbb98faefa1607f375db22cc697936d55f7d4ab..b48c69dcf3401d4099198bb5859371966d84b791 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 do_wear.c       $NHDT-Date: 1575173934 2019/12/01 04:18:54 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.115 $ */
+/* NetHack 3.6 do_wear.c       $NHDT-Date: 1575214670 2019/12/01 15:37:50 $  $NHDT-Branch: NetHack-3.6 $:$NHDT-Revision: 1.116 $ */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
 /*-Copyright (c) Robert Patrick Rankin, 2012. */
 /* NetHack may be freely redistributed.  See license for details. */
@@ -1589,7 +1589,6 @@ struct obj *otmp;
         nomul(delay);
         multi_reason = "disrobing";
         if (is_helmet(otmp)) {
-            /* ick... */
             what = helm_simple_name(otmp);
             afternmv = Helmet_off;
         } else if (is_gloves(otmp)) {