summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-13 13:23:17 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-13 13:23:17 +0000
commit63e6c073d1607d767dfe829d643f34c9f9199af2 (patch)
tree0b267950f1ed1ee5079753a7109ef2d32e3fccb8 /crawl-ref/source/delay.cc
parent1545ceeebaad5789f5602a8e0b3b5f78abdc47e1 (diff)
downloadcrawl-ref-63e6c073d1607d767dfe829d643f34c9f9199af2.tar.gz
crawl-ref-63e6c073d1607d767dfe829d643f34c9f9199af2.zip
Uncharmed creatures don't "come into view". [2163019]
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7233 c06c8d41-db1a-0410-9941-cceddc491573
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.