summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 42a1b8a72a..3e79db8fee 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -2395,9 +2395,9 @@ static void _decrement_durations()
{
// Silently cancel haste, then slow player.
you.duration[DUR_HASTE] = 0;
- slow_player(dur);
}
}
+ slow_player(dur);
}
make_hungry(700, true);