Another 64 bit issue.
[rogue-pphs.git] / fight.c
diff --git a/fight.c b/fight.c
index cab7ef7..e785fdd 100644 (file)
--- a/fight.c
+++ b/fight.c
@@ -3,7 +3,7 @@
  *\r
  * @(#)fight.c 3.28 (Berkeley) 6/15/81\r
  *\r
- * Rogue: Exploring the Dungeons of Doom\r
+ * Rogue: Exploring the Cavern of Cuties\r
  * Copyright (C) 1980, 1981 Michael Toy, Ken Arnold and Glenn Wichman\r
  * All rights reserved.\r
  *\r
@@ -113,7 +113,7 @@ register struct thing *mp;
         const char *msgs[] = {\r
             "The %s smiles at you.",\r
             "The %s moves in a little closer.",\r
-            "The %s bites its lip.",\r
+            "The %s bites eir lip.",\r
             "The %s looks at you expectantly.",\r
         };\r
         msg(rndchoice(msgs), monsters[mp->t_type-'A'].m_name);\r