From 57d55ebc90159717b6b16cda9e500f061c64669c Mon Sep 17 00:00:00 2001 From: "nethack.rankin" Date: Sun, 12 Feb 2006 06:34:09 +0000 Subject: [PATCH] Evil Iggy (trunk only) A bit of web searching quickly reveals that Evil Iggy was a unique monster added to Moria after a player using a character named Iggy refuted the author's claim that the new version (of that time, early '80s) was unbeatable. So flag our hallucinatory monster Evil Iggy as a personal name so it won't get formatted as "the Evil Iggy". --- src/do_name.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/do_name.c b/src/do_name.c index 93c0b379a..d42ef1a78 100644 --- a/src/do_name.c +++ b/src/do_name.c @@ -922,7 +922,7 @@ char *outbuf; * dash _ female, personal name * underscore _ female, general name * plus + male, personal name - * vertical bar | male, general name (implied for most of shktools) + * vertical bar | male, general name * equals = gender not specified, personal name */ @@ -937,7 +937,7 @@ static const char * const bogusmons[] = { /* misc. */ "grue", "Christmas-tree monster", "luck sucker", "paskald", "brogmoid", "dornbeast", /* Quendor (Zork, &c.) */ - "Ancient Multi-Hued Dragon", "Evil Iggy", + "Ancient Multi-Hued Dragon", "+Evil Iggy", /* Moria */ "emu", "kestrel", "xeroc", "venus flytrap", /* Rogue */ -- 2.40.0