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.
This commit is contained in:
nethack.rankin
2005-03-13 06:48:35 +00:00
parent 2ca87d8a5e
commit 4e8880d4fb
5 changed files with 50 additions and 24 deletions

View File

@@ -93,6 +93,7 @@ succubi will remove hero's gloves before taking worn ring; incubi will do
so before forcing ring to be put on
mbodypart should return forehoof, not foreclaw, for horselike monsters
further digging of an existing hole finishes in a single turn
only prefix shopkeeper names with "Mr." or "Ms." when not a personal name
Platform- and/or Interface-Specific Fixes