From: cohrs Date: Wed, 12 Mar 2003 07:26:13 +0000 (+0000) Subject: blessed genocide bit X-Git-Tag: MOVE2GIT~2086 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b27d66c723cb95155a65776846cab0ee11ab0d38;p=nethack blessed genocide bit A suggestion to the mailing list. If the response is more than a single letter and doesn't match any class description, don't say "symbol" in the followup message. I left "symbol" in if the response in a single character, I thought it was more helpful. --- diff --git a/src/read.c b/src/read.c index 2e087c0b9..b14ccad82 100644 --- a/src/read.c +++ b/src/read.c @@ -1499,7 +1499,8 @@ do_class_genocide() return; } else #endif - pline("That symbol does not represent any monster."); + pline("That %s does not represent any monster.", + strlen(buf) == 1 ? "symbol" : "response"); continue; }