summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/show.cc
diff options
context:
space:
mode:
authorBen Striegel <ben.striegel@gmail.com>2012-03-21 11:53:00 -0400
committerMichael Gagno <evilmike@gmail.com>2012-03-21 22:07:41 -0700
commitd25490bfe01fa17532cf1b16176f9c46cf2248de (patch)
treebd517cf8b6c76e7b319c37f4af444f834c03d39f /crawl-ref/source/show.cc
parentc97a72811d82a1e84768b6f2e6ea17c150fbf524 (diff)
downloadcrawl-ref-d25490bfe01fa17532cf1b16176f9c46cf2248de.tar.gz
crawl-ref-d25490bfe01fa17532cf1b16176f9c46cf2248de.zip
Moth of Suppression, preliminary coding
Diffstat (limited to 'crawl-ref/source/show.cc')
-rw-r--r--crawl-ref/source/show.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/show.cc b/crawl-ref/source/show.cc
index c88f7a3f3e..ec9f33aba6 100644
--- a/crawl-ref/source/show.cc
+++ b/crawl-ref/source/show.cc
@@ -132,6 +132,9 @@ static void _update_feat_at(const coord_def &gp)
if (umbraed(gp))
env.map_knowledge(gp).flags |= MAP_UMBRAED;
+ if (suppressed(gp))
+ env.map_knowledge(gp).flags |= MAP_SUPPRESSED;
+
if (silenced(gp))
env.map_knowledge(gp).flags |= MAP_SILENCED;