summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tags.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-15 11:02:27 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-15 11:02:27 +0000
commit325516c60743ee1241e9ca3d13e4fd8a36d19c94 (patch)
tree151760b072e644587218af90c0c0d7694256fb1a /crawl-ref/source/tags.h
parent298c1e905c0c3d04acdb1dd0c5e6bedce77dec3c (diff)
downloadcrawl-ref-325516c60743ee1241e9ca3d13e4fd8a36d19c94.tar.gz
crawl-ref-325516c60743ee1241e9ca3d13e4fd8a36d19c94.zip
Smarter exclusions, yay!
* Exclusions are now treated similarly to annotations and automatically added to the overmap (with the monster name if centered on a monster). * Exclusions remember whether they were placed automatically and if so, what monster triggered it. * If a grid that was previously autoexcluded comes back into sight and no longer contains the monster that triggered the autoexclusion (dead, moved away or invisible), the autoexclusion is removed again. I updated the tags, so it should be save compatible but I'm not making any promises. Also fix the Wild magic card not being documented correctly. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10679 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tags.h')
-rw-r--r--crawl-ref/source/tags.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/tags.h b/crawl-ref/source/tags.h
index d6bcebc293..0535dbefad 100644
--- a/crawl-ref/source/tags.h
+++ b/crawl-ref/source/tags.h
@@ -69,7 +69,8 @@ enum tag_minor_version
TAG_MINOR_JIYVA = 17, // Added some player bits for Jiyva.
TAG_MINOR_ZOT_OPEN = 18, // Remember whether Zot was opened.
TAG_MINOR_JELLY = 19, // Remember whether the royal jelly is dead.
- TAG_MINOR_VERSION = 19 // Current version. (Keep equal to max.)
+ TAG_ANNOTATE_EXCL = 20, // Store exclusion information for annotations.
+ TAG_MINOR_VERSION = 20 // Current version. (Keep equal to max.)
};