From c23e2d1e296dbb4f66478e9ef4b8044ac1cbb722 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 24 Sep 2009 14:54:54 -0500 Subject: Comment fix. --- crawl-ref/source/spl-mis.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spl-mis.cc') 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); -- cgit v1.2.3-54-g00ecf