From bcc9f0a918fab4fdb28ba92c05612dfa0e396704 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 19 Nov 2009 17:50:50 -0600 Subject: Make TSO properly take servants' kills of natural unholy beings again. --- crawl-ref/source/mon-stuff.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source') diff --git a/crawl-ref/source/mon-stuff.cc b/crawl-ref/source/mon-stuff.cc index f43a814030..6ac6ef9113 100644 --- a/crawl-ref/source/mon-stuff.cc +++ b/crawl-ref/source/mon-stuff.cc @@ -1883,7 +1883,7 @@ int monster_die(monsters *monster, killer_type killer, notice |= did_god_conduct(DID_LIVING_KILLED_BY_SERVANT, monster->hit_dice); - if (monster->is_evil()) + if (monster->is_unholy() || monster->is_evil()) { notice |= did_god_conduct( DID_NATURAL_EVIL_KILLED_BY_SERVANT, -- cgit v1.2.3-54-g00ecf