summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-07 09:28:57 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-07 09:28:57 -0700
commit6e60aee00662aa73f89a07ef0af9adbb2618453d (patch)
treeb02e6d2460d06207d5ef6e43b4714fd18af47293 /crawl-ref/source/beam.cc
parent750ad043500c6d258071104c18c7456b51558580 (diff)
downloadcrawl-ref-6e60aee00662aa73f89a07ef0af9adbb2618453d.tar.gz
crawl-ref-6e60aee00662aa73f89a07ef0af9adbb2618453d.zip
Brace
Diffstat (limited to 'crawl-ref/source/beam.cc')
-rw-r--r--crawl-ref/source/beam.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index 5718a9af42..a1c388d0fa 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -2021,9 +2021,11 @@ static bool _curare_hits_monster(actor *agent, monster* mons, int levels)
if (mons->alive())
{
if (!mons->cannot_move())
+ {
simple_monster_message(mons, mons->has_ench(ENCH_SLOW)
? " seems to be slow for longer."
: " seems to slow down.");
+ }
// FIXME: calculate the slow duration more cleanly
mon_enchant me(ENCH_SLOW, 0, agent);
levels -= 2;