X-Git-Url: https://git.yukkurigames.com/?p=rogue-pphs.git;a=blobdiff_plain;f=fight.c;h=e785fdd299b61fdf1b43cc495966d87c5b68d65e;hp=cab7ef7dd3d73e8654673c704c30db50e5a34a66;hb=7b22b2ac9aec39574258cabfc45fb426ff7254f4;hpb=e4a106dfa01b6c98a80e32a2dcd2ec501adbf952 diff --git a/fight.c b/fight.c index cab7ef7..e785fdd 100644 --- a/fight.c +++ b/fight.c @@ -3,7 +3,7 @@ * * @(#)fight.c 3.28 (Berkeley) 6/15/81 * - * Rogue: Exploring the Dungeons of Doom + * Rogue: Exploring the Cavern of Cuties * Copyright (C) 1980, 1981 Michael Toy, Ken Arnold and Glenn Wichman * All rights reserved. * @@ -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);