summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-mis.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-mis.cc')
-rw-r--r--crawl-ref/source/spl-mis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-mis.cc b/crawl-ref/source/spl-mis.cc
index 22350bb495..728bec4371 100644
--- a/crawl-ref/source/spl-mis.cc
+++ b/crawl-ref/source/spl-mis.cc
@@ -1946,7 +1946,7 @@ void MiscastEffect::_transmutation(int severity)
you_msg = "Your body is distorted in a weirdly horrible way!";
// We don't need messages when the mutation fails,
// because we give our own (which is justified anyway as
- // you take damage.)
+ // you take damage).
give_bad_mutation(false, false, lethality_margin > 0);
if (coinflip())
give_bad_mutation(false, false, lethality_margin > 0);