summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-02 06:12:39 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-02 06:12:39 +0000
commit782ac67e1f508c97faeb067e2a4c166beae71e8a (patch)
tree4204c4e2838c41c5391b3117e8b3920d0b6f4879 /crawl-ref/source
parentdfc37e9a8428fb59f4752b24928f0019a5b76d61 (diff)
downloadcrawl-ref-782ac67e1f508c97faeb067e2a4c166beae71e8a.tar.gz
crawl-ref-782ac67e1f508c97faeb067e2a4c166beae71e8a.zip
Credit Eidolos for the idea.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@763 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/misc.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index 37d97015f8..55c18f6e57 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -1823,6 +1823,7 @@ bool i_feel_safe(bool announce)
if (announce)
{
+ // Announce the presence of monsters (Eidolos).
if (mons.size() == 1)
{
const monsters *m = mons[0];