From ee4d8d69cdded564187651f879b618a4fc2538f9 Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Sat, 7 Nov 2009 21:05:59 -0800 Subject: Different launchers make different amount of noise --- crawl-ref/source/mon-act.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/mon-act.cc') diff --git a/crawl-ref/source/mon-act.cc b/crawl-ref/source/mon-act.cc index 2547054527..aaf47240cd 100644 --- a/crawl-ref/source/mon-act.cc +++ b/crawl-ref/source/mon-act.cc @@ -1336,6 +1336,7 @@ static bool _mons_throw(struct monsters *monster, struct bolt &pbolt, set_ident_flags(mitm[hand_used], ISFLAG_KNOW_TYPE); } } + throw_noise(monster, pbolt, item); // [dshaligram] When changing bolt names here, you must edit // hiscores.cc (scorefile_entry::terse_missile_cause()) to match. -- cgit v1.2.3-54-g00ecf