summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-mis.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-24 14:54:54 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-24 14:54:54 -0500
commitc23e2d1e296dbb4f66478e9ef4b8044ac1cbb722 (patch)
tree76651249b8a43b3cb6cd7f7b88fafcb030fd5637 /crawl-ref/source/spl-mis.cc
parent9c9ae28ef9eb654b75d385efb38295102e8786e0 (diff)
downloadcrawl-ref-c23e2d1e296dbb4f66478e9ef4b8044ac1cbb722.tar.gz
crawl-ref-c23e2d1e296dbb4f66478e9ef4b8044ac1cbb722.zip
Comment fix.
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);