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.
This commit is contained in:
cohrs
2003-03-12 07:26:13 +00:00
parent 94ae25c1ef
commit b27d66c723

View File

@@ -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;
}