]> granicus.if.org Git - nethack/commit
Mr. Izchak
authornethack.rankin <nethack.rankin>
Sun, 13 Mar 2005 06:48:35 +0000 (06:48 +0000)
committernethack.rankin <nethack.rankin>
Sun, 13 Mar 2005 06:48:35 +0000 (06:48 +0000)
commit4e8880d4fb9bfb46433c5d612aabab68834c7355
tree0712cd69b18c4ba99231cb4b16b667433de6c94a
parent2ca87d8a5e1b9e9f9d7ead5af4456b083a7806b9
Mr. Izchak

     Suppress "Mr" or "Ms" title for shopkeepers when they're going by a
first name rather than a surname.  The bug report was for Izchak, but it
would have happened with the two last resort names (which I've never seen
in actual use) and for the "hippie names" used in post-3.4.x health food
shops.  I have not attempted to specify gender for those, just flagged
them as first names.  This prepends a prefix character to the name string
(see comment in shknam.c) to specify gender and/or first name vs surname.
doc/fixes34.4
include/extern.h
src/end.c
src/shk.c
src/shknam.c