From 5e94392acc05ad20799488d7a56f576ef817fca4 Mon Sep 17 00:00:00 2001 From: cohrs Date: Sun, 31 Mar 2002 07:23:36 +0000 Subject: [PATCH] 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 --- src/drawing.c | 2 +- src/monst.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/drawing.c b/src/drawing.c index 02d96e92c..62054ea77 100644 --- a/src/drawing.c +++ b/src/drawing.c @@ -181,7 +181,7 @@ const char *monexplain[MAXMCLASSES] = { "pudding or ooze", "quantum mechanic", "rust monster or disenchanter", "snake", "troll", "umber hulk", "vampire", "wraith", "xorn", - "yeti, ape or other large beast", "zombie", + "yeti, ape or some large beast", "zombie", "human or elf", "ghost", "golem", "major demon", "sea monster", "lizard", diff --git a/src/monst.c b/src/monst.c index 629d3fb23..12a118672 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 other large beasts + * Yeti, apes and some large beasts */ MON("monkey", S_YETI, LVL(2, 12, 6, 0, 0), (G_GENO|1), -- 2.40.0