From: warwick Date: Thu, 31 Oct 2002 08:39:17 +0000 (+0000) Subject: Apelike creatures now have a sensible category. X-Git-Tag: MOVE2GIT~2351 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d82393d891920e0695ace45886ccf230225ea02f;p=nethack Apelike creatures now have a sensible category. --- diff --git a/doc/Guidebook.mn b/doc/Guidebook.mn index f5cc8c570..10134a2f0 100644 --- a/doc/Guidebook.mn +++ b/doc/Guidebook.mn @@ -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. diff --git a/doc/Guidebook.tex b/doc/Guidebook.tex index 3e69be148..33aebceb2 100644 --- a/doc/Guidebook.tex +++ b/doc/Guidebook.tex @@ -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. diff --git a/doc/Guidebook.txt b/doc/Guidebook.txt index 2df5e1194..1cb47122b 100644 --- a/doc/Guidebook.txt +++ b/doc/Guidebook.txt @@ -2465,10 +2465,10 @@ 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) diff --git a/src/drawing.c b/src/drawing.c index da6e95abe..5bd7116fd 100644 --- a/src/drawing.c +++ b/src/drawing.c @@ -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", diff --git a/src/monst.c b/src/monst.c index e950dc18d..40f004351 100644 --- a/src/monst.c +++ b/src/monst.c @@ -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),