more pluralization bits
authornhmall <nhmall@nethack.org>
Fri, 16 Mar 2018 02:02:41 +0000 (22:02 -0400)
committernhmall <nhmall@nethack.org>
Fri, 16 Mar 2018 02:02:41 +0000 (22:02 -0400)
commit467e3bfdab890b8a965fffea740c7475f993733f
treec799d9dbafe97a737d7d9a379379b044b260222f
parent877f403734fdfba7f0c3447d8b85146dc7568491
more pluralization bits

Handle more *man and *men cases.

Some plural usage of completely made up fruit names that should
be entered in singular form but have what appears to be a
valid plural name it will end up singularized. Not much
we can do about that for ficticious words.

For instance, if you try to name your fruit bigmen or snakemen
and you intended that to be the singular name, NetHack will likely
singularize it to bigman or snakeman.

Many real dictionary words that end in "men", however, should
be handled a wee bit better now. A real word such as stamen,
for example.
src/objnam.c