]> granicus.if.org Git - nethack/commitdiff
watchmen at genocide prompt
authornhmall <nhmall@nethack.org>
Wed, 31 Oct 2018 12:49:18 +0000 (08:49 -0400)
committernhmall <nhmall@nethack.org>
Wed, 31 Oct 2018 12:49:18 +0000 (08:49 -0400)
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

index 31244846660e65e6d1f38f0dd133e223b6329d81..74814bd3d54a91e95971fff9461094e4aae2e815 100644 (file)
@@ -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 },