summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index 10148064e7..7debfe2fdb 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -1637,7 +1637,7 @@ inline static void _monster_warning(activity_interrupt_type ai,
const monsters* mon = static_cast<const monsters*>(at.data);
if (!mon->visible())
return;
- if (at.context == "already seen")
+ if (at.context == "already seen" || at.context == "uncharm")
{
// Only say "comes into view" if the monster wasn't in view
// during the previous turn.