summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-27 12:27:42 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-27 12:27:42 +0000
commitc6e44918d2d662a753265e7852a3cb538b034300 (patch)
treeebd1b634af20a26da19611504b40aede46d2872c /crawl-ref/source
parent6c39c085ffd9d5d75d5d3ba7c5edb3952eef8064 (diff)
downloadcrawl-ref-c6e44918d2d662a753265e7852a3cb538b034300.tar.gz
crawl-ref-c6e44918d2d662a753265e7852a3cb538b034300.zip
Detect creatures should not reveal monster identities in notes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@892 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/spells2.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 99a41d4eee..d5402a38aa 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -192,10 +192,6 @@ unsigned char detect_creatures( int pow )
struct monsters *mon = &menv[ mgrd[i][j] ];
mark_detected_creature(i, j, mon, fuzz_chance, fuzz_radius);
- // [ds] Should we be doing this here? DC doesn't give away
- // full monster identity, after all. XXX
- seen_monster(mon);
-
// Assuming that highly intelligent spellcasters can
// detect scrying. -- bwr
if (mons_intel( mon->type ) == I_HIGH