From: nhmall Date: Thu, 7 Jan 2016 02:04:05 +0000 (-0500) Subject: vault Deaf bits X-Git-Tag: NetHack-3.6.1_RC01~1063 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b48673425eb3c5a954a59f62f3b6de690f476bee;p=nethack vault Deaf bits --- diff --git a/src/vault.c b/src/vault.c index 365f06cc9..18c1d9a16 100644 --- a/src/vault.c +++ b/src/vault.c @@ -1,4 +1,4 @@ -/* NetHack 3.6 vault.c $NHDT-Date: 1451962301 2016/01/05 02:51:41 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.40 $ */ +/* NetHack 3.6 vault.c $NHDT-Date: 1452132199 2016/01/07 02:03:19 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.42 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* NetHack may be freely redistributed. See license for details. */ @@ -377,7 +377,7 @@ invault() } trycount = 5; do { - getlin(Deaf ? "You are required to sign in with your name. -" : + getlin(Deaf ? "You are required to supply your name. -" : "\"Hello stranger, who are you?\" -", buf); (void) mungspaces(buf); } while (!buf[0] && --trycount > 0);