summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-info.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-03 18:12:37 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-03 18:15:13 +0200
commitb288258bb6a90e502e3363d1857efa4ec2e3ef11 (patch)
tree31b3bb7a833edbf95d4bef05e00ec43ef243cb15 /crawl-ref/source/mon-info.h
parent3e0a8e29cdebe554b6d0db64350d359c80659cc1 (diff)
downloadcrawl-ref-b288258bb6a90e502e3363d1857efa4ec2e3ef11.tar.gz
crawl-ref-b288258bb6a90e502e3363d1857efa4ec2e3ef11.zip
Don't show a name tag (in tiles) for n_spe monsters.
These typically come in bunches, making the display way too busy. It might be better to use a separate flag for this, opinions? This does NOT work in webtiles yet.
Diffstat (limited to 'crawl-ref/source/mon-info.h')
-rw-r--r--crawl-ref/source/mon-info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mon-info.h b/crawl-ref/source/mon-info.h
index b7280acb01..a404e42382 100644
--- a/crawl-ref/source/mon-info.h
+++ b/crawl-ref/source/mon-info.h
@@ -82,6 +82,7 @@ enum monster_info_flags
MB_SUPPRESSED,
MB_ROLLING,
MB_RANGED_ATTACK,
+ MB_NO_NAME_TAG,
NUM_MB_FLAGS
};