summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.cc')
-rw-r--r--crawl-ref/source/spells1.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc
index a2cc577f9e..92d6f8ef23 100644
--- a/crawl-ref/source/spells1.cc
+++ b/crawl-ref/source/spells1.cc
@@ -580,6 +580,7 @@ bool stinking_cloud( int pow, bolt &beem )
beem.beam_source = MHITYOU;
beem.thrower = KILL_YOU;
beem.is_beam = false;
+ beem.is_explosion = true;
beem.aux_source.clear();
// Don't bother tracing if you're targetting yourself.