From 81fe22799e2080f165af7929627d664658b944bb Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Sat, 6 Apr 2013 14:58:32 +0200 Subject: [PATCH] Better pronoun. --- fight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fight.c b/fight.c index cab7ef7..8e5b2d2 100644 --- a/fight.c +++ b/fight.c @@ -113,7 +113,7 @@ register struct thing *mp; const char *msgs[] = { "The %s smiles at you.", "The %s moves in a little closer.", - "The %s bites its lip.", + "The %s bites eir lip.", "The %s looks at you expectantly.", }; msg(rndchoice(msgs), monsters[mp->t_type-'A'].m_name); -- 2.20.1