]> granicus.if.org Git - nethack/commitdiff
Apelike creatures now have a sensible category.
authorwarwick <warwick>
Thu, 31 Oct 2002 08:39:17 +0000 (08:39 +0000)
committerwarwick <warwick>
Thu, 31 Oct 2002 08:39:17 +0000 (08:39 +0000)
doc/Guidebook.mn
doc/Guidebook.tex
doc/Guidebook.txt
src/drawing.c
src/monst.c

index f5cc8c57011520c2e168c7fe05f8306dc870f2d9..10134a2f01f9204d2cfd12c18be5fed8fc774890 100644 (file)
@@ -1902,7 +1902,7 @@ mummy, naga, ogre,
 pudding or ooze, quantum mechanic, rust monster,
 snake, troll, umber hulk,
 vampire, wraith, xorn,
-yeti or ape or some large beast, zombie,
+apelike creature, zombie,
 human, ghost, golem,
 demon, sea monster, lizard,
 long worm tail, and mimic.
index 3e69be1484150d0b83dc7d5ad9d0e1e0335f066a..33aebceb241a66fa382f9de0ef8f449ac8803bb3 100644 (file)
@@ -27,7 +27,7 @@
 \begin{document}
 %
 % input file: guidebook.mn
-% $Revision: 1.56 $ $Date: 2002/10/11 22:40:31 $
+% $Revision: 1.57 $ $Date: 2002/10/13 05:46:17 $
 %
 %.ds h0 "
 %.ds h1 %.ds h2 \%
@@ -2338,7 +2338,7 @@ mummy, naga, ogre,
 pudding or ooze, quantum mechanic, rust monster,
 snake, troll, umber hulk,
 vampire, wraith, xorn,
-yeti or ape or some large beast, zombie,
+apelike creature, zombie,
 human, ghost, golem,
 demon, sea monster, lizard,
 long worm tail, and mimic.
index 2df5e11941dd6bb8374cb579fd67bd3ad0fa91c6..1cb47122b78d5693eaaa6ea0726e9cf1d5dcd777 100644 (file)
                dragon,  elemental,  fungus  or mold, gnome, giant humanoid,
                invisible monster, jabberwock, Keystone  Kop,  lich,  mummy,
                naga, ogre, pudding or ooze, quantum mechanic, rust monster,
-               snake, troll, umber hulk, vampire, wraith, xorn, yeti or ape
-               or some large beast, zombie, human, ghost, golem, demon, sea
-               monster, lizard, long worm tail, and mimic.  Cannot  be  set
-               with the `O' command.
+               snake, troll, umber hulk,  vampire,  wraith,  xorn,  apelike
+               creature, zombie, human, ghost, golem, demon,  sea  monster,
+               lizard, long worm tail, and mimic.  Cannot be set  with  the
+               `O' command.
 
           msghistory
                The number of top line messages to save (and recall with ^P)
index da6e95abeef2db07b0ea997c5eaa66a2e2dc74e8..5bd7116fd45a758d8dc84d3d3f28cf9ed04eeec9 100644 (file)
@@ -181,7 +181,7 @@ const char * const monexplain[MAXMCLASSES] = {
     "pudding or ooze",         "quantum mechanic",     "rust monster or disenchanter",
     "snake",                   "troll",                "umber hulk",
     "vampire",                 "wraith",               "xorn",
-    "yeti, ape or some large beast", "zombie",
+    "apelike creature",                "zombie",
 
     "human or elf",            "ghost",                "golem",
     "major demon",             "sea monster",          "lizard",
index e950dc18d7c84014afc23533ec9ce907bba69cc4..40f004351cb27382aed5cb7c1ed71e460097d2d9 100644 (file)
@@ -2060,7 +2060,7 @@ struct permonst _mons2[] = {
        M1_BREATHLESS|M1_WALLWALK|M1_THICK_HIDE|M1_METALLIVORE,
        M2_HOSTILE|M2_STRONG, 0, CLR_BROWN),
 /*
- * Yeti, apes and some large beasts
+ * Apelike beasts
  */
     MON("monkey", S_YETI,
        LVL(2, 12, 6, 0, 0), (G_GENO|1),