summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-03 05:21:30 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-03 05:21:30 +0000
commitf34f77252eb84407a4216766d4492468b3ce46bb (patch)
tree5e581ba860b3c308af383b9b237f9c94d66e08c7 /crawl-ref/source/spells3.cc
parente936c0cd945cc296499a66fa3e4dc99c35c82b2a (diff)
downloadcrawl-ref-f34f77252eb84407a4216766d4492468b3ce46bb.tar.gz
crawl-ref-f34f77252eb84407a4216766d4492468b3ce46bb.zip
Make handling of undead versus demonic abominations consistent.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7096 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 85add52f2d..8d1f5d8410 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -1106,6 +1106,9 @@ bool cast_twisted_resurrection(int pow, god_type god)
return (false);
}
+ // Mark this abomination as undead.
+ menv[monster].flags |= MF_HONORARY_UNDEAD;
+
mpr("The heap of corpses melds into an agglomeration of writhing flesh!");
if (mon == MONS_ABOMINATION_LARGE)