summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-20 04:08:25 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-20 04:08:25 +0000
commitc7a97614c5d247d2a3e8473db42a522f5fa9757b (patch)
tree722bf94f0a2d843cbfec5bc5ac6b2513eb74cd47 /crawl-ref/source/mon-data.h
parent8fc54529df3b8ee0c3b89d0a11fa7bfa925b650d (diff)
downloadcrawl-ref-c7a97614c5d247d2a3e8473db42a522f5fa9757b.tar.gz
crawl-ref-c7a97614c5d247d2a3e8473db42a522f5fa9757b.zip
Don't mark death yaks as evil anymore, since they have natural holiness,
they don't cast evil spells, and they don't breathe evil things, either. Their "hunger for living flesh," as mentioned in their description, could be evil, but there's nothing in the code that supports it. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6841 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 40f3d106c0..3e407bf707 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -2823,7 +2823,7 @@ static monsterentry mondata[] = {
{
MONS_DEATH_YAK, 'Y', YELLOW, "death yak",
- M_WARM_BLOOD | M_EVIL,
+ M_WARM_BLOOD,
MR_NO_FLAGS,
1500, 10, MONS_YAK, MONS_DEATH_YAK, MH_NATURAL, -5,
{ {AT_BUTT, AF_PLAIN, 30}, AT_NO_ATK, AT_NO_ATK, AT_NO_ATK },