update tool shopkeeper names list (trunk only)
shknam.c had the same comment typo as the one just fixed in do_name.c. In the process of fixing it, I noticed that the prefix usage for Janet's name didn't match that comment. And in the process of fixing _that_, I promoted several names from being port-specific to general and added a few missing ones. There was no attempt to be comprehensive; I'm sure that lots of port team members' names are still missing.
This commit is contained in:
+13
-9
@@ -1,4 +1,4 @@
|
|||||||
/* SCCS Id: @(#)shknam.c 3.5 2006/05/10 */
|
/* SCCS Id: @(#)shknam.c 3.5 2007/09/14 */
|
||||||
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
|
||||||
/* NetHack may be freely redistributed. See license for details. */
|
/* NetHack may be freely redistributed. See license for details. */
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ STATIC_DCL int FDECL(shkinit, (const struct shclass *,struct mkroom *));
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Name prefix codes:
|
* Name prefix codes:
|
||||||
* dash _ female, personal name
|
* dash - female, personal name
|
||||||
* underscore _ female, general name
|
* underscore _ female, general name
|
||||||
* plus + male, personal name
|
* plus + male, personal name
|
||||||
* vertical bar | male, general name (implied for most of shktools)
|
* vertical bar | male, general name (implied for most of shktools)
|
||||||
@@ -120,28 +120,32 @@ static const char * const shktools[] = {
|
|||||||
"Ymla", "Eed-morra", "Cubask", "Nieb", "Bnowr Falr", "Telloc Cyaj",
|
"Ymla", "Eed-morra", "Cubask", "Nieb", "Bnowr Falr", "Telloc Cyaj",
|
||||||
"Sperc", "Noskcirdneh", "Yawolloh", "Hyeghu", "Niskal", "Trahnil",
|
"Sperc", "Noskcirdneh", "Yawolloh", "Hyeghu", "Niskal", "Trahnil",
|
||||||
"Htargcm", "Enrobwem", "Kachzi Rellim", "Regien", "Donmyar",
|
"Htargcm", "Enrobwem", "Kachzi Rellim", "Regien", "Donmyar",
|
||||||
"Yelpur", "Nosnehpets", "Stewe", "Renrut", "_Zlaw", "Nosalnef",
|
"Yelpur", "Nosnehpets", "Stewe", "Renrut", "-Zlaw", "Nosalnef",
|
||||||
"Rewuorb", "Rellenk", "Yad", "Cire Htims", "Y-crad", "Nenilukah",
|
"Rewuorb", "Rellenk", "Yad", "Cire Htims", "Y-crad", "Nenilukah",
|
||||||
"Corsh", "Aned",
|
"Corsh", "Aned", "Niknar", "Lapu", "Lechaim", "Rebrol-nek",
|
||||||
|
"AlliWar Wickson", "Oguhmk",
|
||||||
#ifdef OVERLAY
|
#ifdef OVERLAY
|
||||||
"Erreip", "Nehpets", "Mron", "Snivek", "Lapu", "Kahztiy",
|
"Erreip", "Nehpets", "Mron", "Snivek", "Kahztiy",
|
||||||
#endif
|
#endif
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
"Lechaim", "Lexa", "Niod",
|
"Lexa", "Niod",
|
||||||
#endif
|
#endif
|
||||||
#ifdef MAC
|
#ifdef MAC
|
||||||
"Nhoj-lee", "Evad\'kh", "Ettaw-noj", "Tsew-mot", "Ydna-s",
|
"Nhoj-lee", "Evad\'kh", "Ettaw-noj", "Tsew-mot", "Ydna-s",
|
||||||
"Yao-hang", "Tonbar", "Kivenhoug",
|
"Yao-hang", "Tonbar", "Kivenhoug", "Llardom",
|
||||||
#endif
|
#endif
|
||||||
#ifdef AMIGA
|
#ifdef AMIGA
|
||||||
"Falo", "Nosid-da\'r", "Ekim-p", "Rebrol-nek", "Noslo", "Yl-rednow",
|
"Falo", "Nosid-da\'r", "Ekim-p", "Noslo", "Yl-rednow",
|
||||||
"Mured-oog", "Ivrajimsal",
|
"Mured-oog", "Ivrajimsal",
|
||||||
#endif
|
#endif
|
||||||
#ifdef TOS
|
#ifdef TOS
|
||||||
"Nivram",
|
"Nivram",
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef OS2
|
||||||
|
"Nedraawi-nav",
|
||||||
|
#endif
|
||||||
#ifdef VMS
|
#ifdef VMS
|
||||||
"Lez-tneg", "Ytnu-haled", "Niknar",
|
"Lez-tneg", "Ytnu-haled",
|
||||||
#endif
|
#endif
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user