From: cohrs Date: Wed, 5 Mar 2003 06:04:08 +0000 (+0000) Subject: post-3.4.1 betabug: mimick X-Git-Tag: MOVE2GIT~2108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4c5f883d453da4a5569858731920611b2986713;p=nethack post-3.4.1 betabug: mimick mimicking is correct, mimick is not. --- diff --git a/src/eat.c b/src/eat.c index 32227c647..df14e1d65 100644 --- a/src/eat.c +++ b/src/eat.c @@ -848,7 +848,7 @@ register int pm; #endif nomul(-tmp); Sprintf(buf, Hallucination ? - "You suddenly dread being peeled and mimick %s again!" : + "You suddenly dread being peeled and mimic %s again!" : "You now prefer mimicking %s again.", an(Upolyd ? youmonst.data->mname : urace.noun)); eatmbuf = strcpy((char *) alloc(strlen(buf) + 1), buf);