summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-util.cc')
-rw-r--r--crawl-ref/source/mon-util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index 3738e09ac0..1bd90804d2 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -5718,7 +5718,7 @@ void monsters::expose_to_element(beam_type flavour, int strength)
{
case BEAM_COLD:
if (mons_class_flag(this->type, M_COLD_BLOOD) && coinflip())
- add_ench(ENCH_SLOW);
+ slow_down(this, strength);
break;
default:
break;