From 4ffe088a67fbd0f35d3949790a645429897c0193 Mon Sep 17 00:00:00 2001 From: PatR Date: Thu, 29 Nov 2018 18:33:34 -0800 Subject: [PATCH] workaround for ^G "senior moment" The less said, the better. --- src/mondata.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mondata.c b/src/mondata.c index 74814bd3d..62dea9a10 100644 --- a/src/mondata.c +++ b/src/mondata.c @@ -1,4 +1,4 @@ -/* NetHack 3.6 mondata.c $NHDT-Date: 1539938825 2018/10/19 08:47:05 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.67 $ */ +/* NetHack 3.6 mondata.c $NHDT-Date: 1543545188 2018/11/30 02:33:08 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.69 $ */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /*-Copyright (c) Robert Patrick Rankin, 2011. */ /* NetHack may be freely redistributed. See license for details. */ @@ -739,6 +739,10 @@ const char *in_str; /* Outdated names */ { "invisible stalker", PM_STALKER }, { "high-elf", PM_ELVENKING }, /* PM_HIGH_ELF is obsolete */ + /* other misspellings or incorrect words */ + { "wood-elf", PM_WOODLAND_ELF }, + { "wood elf", PM_WOODLAND_ELF }, + { "woodland nymph", PM_WOOD_NYMPH }, { "halfling", PM_HOBBIT }, /* potential guess for polyself */ { "genie", PM_DJINNI }, /* potential guess for ^G/#wizgenesis */ /* Hyphenated names -- it would be nice to handle these via -- 2.40.0