summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 55deaf7c8a..896c25c864 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -791,7 +791,7 @@ bool vampiric_drain(int pow, const dist &vmove)
return (false);
}
- if (mons_res_negative_energy(monster))
+ if (mons_res_negative_energy(monster) || mons_is_summoned(monster))
{
canned_msg(MSG_NOTHING_HAPPENS);
return (false);