From c968629bb33eb0e5dcf159937742e933f3788369 Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 7 Jan 2009 12:42:02 +0000 Subject: 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 --- crawl-ref/source/spells1.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/spells1.cc') 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. -- cgit v1.2.3-54-g00ecf