X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=fight.c;h=8e5b2d2982874c000a51153762e5eba1af2eac89;hp=cab7ef7dd3d73e8654673c704c30db50e5a34a66;hb=81fe22799e2080f165af7929627d664658b944bb;hpb=e4a106dfa01b6c98a80e32a2dcd2ec501adbf952 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);