From 22b5abe4f4857b5b74109a63564a3fbbc6406c0d Mon Sep 17 00:00:00 2001 From: nhmall Date: Wed, 31 Oct 2018 08:49:18 -0400 Subject: [PATCH] watchmen at genocide prompt Report stated: type "watchmen" into a genocide prompt, it says no such creatures exist in the world type "watchman" and it says "wiped out all watchmen" fixes #151 --- src/mondata.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mondata.c b/src/mondata.c index 312448466..74814bd3d 100644 --- a/src/mondata.c +++ b/src/mondata.c @@ -762,6 +762,7 @@ const char *in_str; { "lurkers above", PM_LURKER_ABOVE }, { "cavemen", PM_CAVEMAN }, { "cavewomen", PM_CAVEWOMAN }, + { "watchmen", PM_WATCHMAN }, { "djinn", PM_DJINNI }, { "mumakil", PM_MUMAK }, { "erinyes", PM_ERINYS }, -- 2.40.0