From 28364e961a56dcc73cf7d15562d253d392745642 Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 28 May 2008 21:35:27 +0000 Subject: Add more noise-related cleanups. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5318 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells1.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/spells1.cc') diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc index cd3fe5e673..1296f1f418 100644 --- a/crawl-ref/source/spells1.cc +++ b/crawl-ref/source/spells1.cc @@ -391,8 +391,8 @@ void cast_chain_lightning( int powc ) // Trying to limit message spamming here so we'll only mention // the thunder when it's out of LoS. - if (noisy( 25, sx, sy ) && !see_source) - mpr( "You hear a mighty clap of thunder!", MSGCH_SOUND ); + if (!see_source) + noisy(25, sx, sy, "You hear a mighty clap of thunder!"); if (see_source && !see_targ) mpr( "The lightning arcs out of your line of sight!" ); -- cgit v1.2.3-54-g00ecf