From d4c5f883d453da4a5569858731920611b2986713 Mon Sep 17 00:00:00 2001 From: cohrs Date: Wed, 5 Mar 2003 06:04:08 +0000 Subject: [PATCH] post-3.4.1 betabug: mimick mimicking is correct, mimick is not. --- src/eat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);