From: nhmall Date: Thu, 7 Jan 2016 01:21:29 +0000 (-0500) Subject: Merge branch 'NetHack-3.6.0' of https://rodney.nethack.org:20040/git/NHsource into... X-Git-Tag: NetHack-3.6.1_RC01~1064 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2e16cd9e647991f7862b324c92038ab8e209e09;p=nethack Merge branch 'NetHack-3.6.0' of https://rodney.nethack.org:20040/git/NHsource into NetHack-3.6.0 --- a2e16cd9e647991f7862b324c92038ab8e209e09 diff --cc src/vault.c index 3d40f990b,52ca97660..365f06cc9 --- a/src/vault.c +++ b/src/vault.c @@@ -377,10 -374,9 +377,10 @@@ invault( } trycount = 5; do { - getlin("\"Hello stranger, who are you?\" -", buf); + getlin(Deaf ? "You are required to sign in with your name. -" : + "\"Hello stranger, who are you?\" -", buf); (void) mungspaces(buf); - } while (!letter(buf[0]) && --trycount > 0); + } while (!buf[0] && --trycount > 0); if (u.ualign.type == A_LAWFUL /* ignore trailing text, in case player includes rank */