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.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/cloud.cc b/crawl-ref/source/cloud.cc
index 84afecf6e0..d9e5b13350 100644
--- a/crawl-ref/source/cloud.cc
+++ b/crawl-ref/source/cloud.cc
@@ -736,8 +736,7 @@ void in_a_cloud()
if (hurted < 0)
hurted = 0;
- ouch((hurted * you.time_taken) / 10, cl, KILLED_BY_CLOUD,
- "steam");
+ ouch(hurted, cl, KILLED_BY_CLOUD, "steam");
break;
}