summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authorevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-12 18:59:03 +0000
committerevktalo <evktalo@c06c8d41-db1a-0410-9941-cceddc491573>2009-08-12 18:59:03 +0000
commitad28f4a286900919744561e44a34da61282abb07 (patch)
tree66f459d872ce4894683c636aeac08182d2e99711 /crawl-ref/source/mon-data.h
parent2c29d7b55ce4461d76c5b06fb8e19dba3f407845 (diff)
downloadcrawl-ref-ad28f4a286900919744561e44a34da61282abb07.tar.gz
crawl-ref-ad28f4a286900919744561e44a34da61282abb07.zip
Add M_SPEAKS to gnolls. It was added in r10033 to 0.5, no mention in the log message but I think it makes sense.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10526 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-data.h')
-rw-r--r--crawl-ref/source/mon-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index adb22be13f..088b8e7e21 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -702,7 +702,7 @@ static monsterentry mondata[] = {
{
MONS_GNOLL, 'g', YELLOW, "gnoll",
- M_WARM_BLOOD,
+ M_WARM_BLOOD | M_SPEAKS,
MR_NO_FLAGS,
750, 10, MONS_GNOLL, MONS_GNOLL, MH_NATURAL, -3,
{ {AT_HIT, AF_PLAIN, 9}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },