From c7a97614c5d247d2a3e8473db42a522f5fa9757b Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 20 Aug 2008 04:08:25 +0000 Subject: 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 --- crawl-ref/source/mon-data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mon-data.h') 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 }, -- cgit v1.2.3-54-g00ecf