Apelike creatures now have a sensible category.
This commit is contained in:
+1
-1
@@ -1902,7 +1902,7 @@ mummy, naga, ogre,
|
|||||||
pudding or ooze, quantum mechanic, rust monster,
|
pudding or ooze, quantum mechanic, rust monster,
|
||||||
snake, troll, umber hulk,
|
snake, troll, umber hulk,
|
||||||
vampire, wraith, xorn,
|
vampire, wraith, xorn,
|
||||||
yeti or ape or some large beast, zombie,
|
apelike creature, zombie,
|
||||||
human, ghost, golem,
|
human, ghost, golem,
|
||||||
demon, sea monster, lizard,
|
demon, sea monster, lizard,
|
||||||
long worm tail, and mimic.
|
long worm tail, and mimic.
|
||||||
|
|||||||
+2
-2
@@ -27,7 +27,7 @@
|
|||||||
\begin{document}
|
\begin{document}
|
||||||
%
|
%
|
||||||
% input file: guidebook.mn
|
% 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 h0 "
|
||||||
%.ds h1 %.ds h2 \%
|
%.ds h1 %.ds h2 \%
|
||||||
@@ -2338,7 +2338,7 @@ mummy, naga, ogre,
|
|||||||
pudding or ooze, quantum mechanic, rust monster,
|
pudding or ooze, quantum mechanic, rust monster,
|
||||||
snake, troll, umber hulk,
|
snake, troll, umber hulk,
|
||||||
vampire, wraith, xorn,
|
vampire, wraith, xorn,
|
||||||
yeti or ape or some large beast, zombie,
|
apelike creature, zombie,
|
||||||
human, ghost, golem,
|
human, ghost, golem,
|
||||||
demon, sea monster, lizard,
|
demon, sea monster, lizard,
|
||||||
long worm tail, and mimic.
|
long worm tail, and mimic.
|
||||||
|
|||||||
+4
-4
@@ -2465,10 +2465,10 @@
|
|||||||
dragon, elemental, fungus or mold, gnome, giant humanoid,
|
dragon, elemental, fungus or mold, gnome, giant humanoid,
|
||||||
invisible monster, jabberwock, Keystone Kop, lich, mummy,
|
invisible monster, jabberwock, Keystone Kop, lich, mummy,
|
||||||
naga, ogre, pudding or ooze, quantum mechanic, rust monster,
|
naga, ogre, pudding or ooze, quantum mechanic, rust monster,
|
||||||
snake, troll, umber hulk, vampire, wraith, xorn, yeti or ape
|
snake, troll, umber hulk, vampire, wraith, xorn, apelike
|
||||||
or some large beast, zombie, human, ghost, golem, demon, sea
|
creature, zombie, human, ghost, golem, demon, sea monster,
|
||||||
monster, lizard, long worm tail, and mimic. Cannot be set
|
lizard, long worm tail, and mimic. Cannot be set with the
|
||||||
with the `O' command.
|
`O' command.
|
||||||
|
|
||||||
msghistory
|
msghistory
|
||||||
The number of top line messages to save (and recall with ^P)
|
The number of top line messages to save (and recall with ^P)
|
||||||
|
|||||||
+1
-1
@@ -181,7 +181,7 @@ const char * const monexplain[MAXMCLASSES] = {
|
|||||||
"pudding or ooze", "quantum mechanic", "rust monster or disenchanter",
|
"pudding or ooze", "quantum mechanic", "rust monster or disenchanter",
|
||||||
"snake", "troll", "umber hulk",
|
"snake", "troll", "umber hulk",
|
||||||
"vampire", "wraith", "xorn",
|
"vampire", "wraith", "xorn",
|
||||||
"yeti, ape or some large beast", "zombie",
|
"apelike creature", "zombie",
|
||||||
|
|
||||||
"human or elf", "ghost", "golem",
|
"human or elf", "ghost", "golem",
|
||||||
"major demon", "sea monster", "lizard",
|
"major demon", "sea monster", "lizard",
|
||||||
|
|||||||
+1
-1
@@ -2060,7 +2060,7 @@ struct permonst _mons2[] = {
|
|||||||
M1_BREATHLESS|M1_WALLWALK|M1_THICK_HIDE|M1_METALLIVORE,
|
M1_BREATHLESS|M1_WALLWALK|M1_THICK_HIDE|M1_METALLIVORE,
|
||||||
M2_HOSTILE|M2_STRONG, 0, CLR_BROWN),
|
M2_HOSTILE|M2_STRONG, 0, CLR_BROWN),
|
||||||
/*
|
/*
|
||||||
* Yeti, apes and some large beasts
|
* Apelike beasts
|
||||||
*/
|
*/
|
||||||
MON("monkey", S_YETI,
|
MON("monkey", S_YETI,
|
||||||
LVL(2, 12, 6, 0, 0), (G_GENO|1),
|
LVL(2, 12, 6, 0, 0), (G_GENO|1),
|
||||||
|
|||||||
Reference in New Issue
Block a user