From: cohrs Date: Thu, 26 Jun 2003 00:53:10 +0000 (+0000) Subject: shopkeeper geography X-Git-Tag: MOVE2GIT~1919 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21b26e867de21da3ca37d7b135dabe5d084ed82b;p=nethack shopkeeper geography From: I dunno if this is relevant but "Gomel" is actually not in Ukraine but in Belarus. I am pretty sure because I have been there. --- diff --git a/doc/fixes34.2 b/doc/fixes34.2 index 65edf9782..5b41a91ad 100644 --- a/doc/fixes34.2 +++ b/doc/fixes34.2 @@ -94,6 +94,7 @@ when dismounting by choice and unimpaired, try not to land in a known trap when jousting a pudding into a polymorh trap, it was possible to end up with two of the new type of monster don't allow polymorphed player to web over the stairs +geographical shopkeeper updates Platform- and/or Interface-Specific Fixes diff --git a/src/shknam.c b/src/shknam.c index 7fcd6cb6f..cb1085754 100644 --- a/src/shknam.c +++ b/src/shknam.c @@ -18,7 +18,9 @@ STATIC_DCL int FDECL(shkinit, (const struct shclass *,struct mkroom *)); static const char * const shkliquors[] = { /* Ukraine */ - "Njezjin", "Tsjernigof", "Gomel", "Ossipewsk", "Gorlowka", + "Njezjin", "Tsjernigof", "Ossipewsk", "Gorlowka", + /* Belarus */ + "Gomel", /* N. Russia */ "Konosja", "Weliki Oestjoeg", "Syktywkar", "Sablja", "Narodnaja", "Kyzyl",