tweak dowhatis description of the "Y" monster symbol
- "or other large beast" could be interpretted as meaning that all "Y" monsters are large, but monkeys are not large
This commit is contained in:
+1
-1
@@ -181,7 +181,7 @@ const char *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 other large beast", "zombie",
|
"yeti, ape or some large beast", "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 other large beasts
|
* Yeti, apes and some large 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