summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-23 18:05:48 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-23 18:05:48 +0000
commita2d58511f1c9f29df9d2b82c1f1b6955e93bab4c (patch)
tree3505f4cf1c157a99a70e4c2b55f066587a8a72ab /crawl-ref/source/spells4.cc
parent50c8807c05dc44cead92a13368926283bb35d3e7 (diff)
downloadcrawl-ref-a2d58511f1c9f29df9d2b82c1f1b6955e93bab4c.tar.gz
crawl-ref-a2d58511f1c9f29df9d2b82c1f1b6955e93bab4c.zip
Remove handling of unseen horror corpses in Fulsome Distillation, as
unseen horrors don't leave corpses. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9683 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 8b9a271d50..117079164c 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -1239,7 +1239,6 @@ void cast_fulsome_distillation(int pow)
switch (mitm[corpse].plus)
{
case MONS_GIANT_BAT: // extracting batty behaviour : 1
- case MONS_UNSEEN_HORROR: // extracting batty behaviour : 7
case MONS_GIANT_BLOWFLY: // extracting batty behaviour : 5
pot_type = POT_CONFUSION;
break;