summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/mon-util.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/mon-util.cc b/crawl-ref/source/mon-util.cc
index c58a0d9368..38291386ec 100644
--- a/crawl-ref/source/mon-util.cc
+++ b/crawl-ref/source/mon-util.cc
@@ -4881,9 +4881,7 @@ bool monsters::do_shaft()
void monsters::put_to_sleep(int)
{
behaviour = BEH_SLEEP;
- add_ench(
- mon_enchant(ENCH_SLEEPY, 0, KC_OTHER,
- 12 * speed_to_duration(speed)));
+ add_ench(ENCH_SLEEPY);
add_ench(ENCH_SLEEP_WARY);
}