From: Joe Wreschnig Date: Sat, 6 Apr 2013 12:58:32 +0000 (+0200) Subject: Better pronoun. X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=commitdiff_plain;h=81fe22799e2080f165af7929627d664658b944bb Better pronoun. --- 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);