summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cloud.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/cloud.cc')
-rw-r--r--crawl-ref/source/cloud.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/cloud.cc b/crawl-ref/source/cloud.cc
index 69a4e185fa..9678edc16c 100644
--- a/crawl-ref/source/cloud.cc
+++ b/crawl-ref/source/cloud.cc
@@ -771,14 +771,13 @@ void in_a_cloud()
case CLOUD_MUTAGENIC:
mpr("You are engulfed in a mutagenic fog!");
- if (coinflip()) {
+ if (coinflip())
+ {
mpr("Strange energies course through your body.");
if (one_chance_in(3))
you.mutate();
else
- {
give_bad_mutation();
- }
}
break;