summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/mon-util.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index db4e34dd77..ba8db812e7 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -5978,7 +5978,8 @@ bool monsters::rot(actor *agent, int amount, int immediate, bool quiet)
// monsters yet.
if (immediate > 0)
{
- // If quiet, don't clean up the monster in order to credit properly.
+ // If quiet, don't clean up the monster in order to credit
+ // properly.
hurt(agent, immediate, BEAM_MISSILE, !quiet);
if (alive())