From: nhmall Date: Sat, 13 Feb 2016 22:48:34 +0000 (-0500) Subject: grammar bit X-Git-Tag: NetHack-3.6.1_RC01~929 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57a71bc13da27460d36d43f1438fbc8e12ad1b2d;p=nethack grammar bit --- diff --git a/src/shk.c b/src/shk.c index 4e813012c..bb593f1fc 100644 --- a/src/shk.c +++ b/src/shk.c @@ -1,4 +1,4 @@ -/* NetHack 3.6 shk.c $NHDT-Date: 1455402387 2016/02/13 22:26:27 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.123 $ */ +/* NetHack 3.6 shk.c $NHDT-Date: 1455403704 2016/02/13 22:48:24 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.124 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ @@ -643,7 +643,7 @@ char *enterstring; : "Leave the %s%s outside.", tool, plur(cnt)); else - pline("%s %s to let you in with a %s%s.", + pline("%s %s to let you in with your %s%s.", Shknam(shkp), NOTANGRY(shkp) ? "is hesitant" : "refuses", tool, plur(cnt));