summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-act.cc
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-07 21:05:59 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-07 21:05:59 -0800
commitee4d8d69cdded564187651f879b618a4fc2538f9 (patch)
treeb33f77d91b9d665b93567bcff6e24c6df1b191b6 /crawl-ref/source/mon-act.cc
parent5f88766c2ade9a2061cc477ef7d2cef4fb4af547 (diff)
downloadcrawl-ref-ee4d8d69cdded564187651f879b618a4fc2538f9.tar.gz
crawl-ref-ee4d8d69cdded564187651f879b618a4fc2538f9.zip
Different launchers make different amount of noise
Diffstat (limited to 'crawl-ref/source/mon-act.cc')
-rw-r--r--crawl-ref/source/mon-act.cc1
1 files changed, 1 insertions, 0 deletions
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.