summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-07 12:42:02 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-07 12:42:02 +0000
commitc968629bb33eb0e5dcf159937742e933f3788369 (patch)
tree9c874648767a9038b3e329b13a9d1d90d3f976c5 /crawl-ref/source/spells1.cc
parent3e5e7a27aa380f2ef4d0d1ce8416b82b48856374 (diff)
downloadcrawl-ref-c968629bb33eb0e5dcf159937742e933f3788369.tar.gz
crawl-ref-c968629bb33eb0e5dcf159937742e933f3788369.zip
Add an explosion message for Mephitic Cloud.
bolt now has affect_items = true by default. Fixes [2484658]. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8303 c06c8d41-db1a-0410-9941-cceddc491573
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.