summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tag-version.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-04-28 15:55:58 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-05-07 18:23:26 -0600
commitdeb4de3a7a4bf8a603442e3d7d6572eb8b2e91b9 (patch)
treec28e2e35aeb564be650e35181c6b83c25da3d476 /crawl-ref/source/tag-version.h
parent501de5b581ac485a95f908ce657aafac33552644 (diff)
downloadcrawl-ref-deb4de3a7a4bf8a603442e3d7d6572eb8b2e91b9.tar.gz
crawl-ref-deb4de3a7a4bf8a603442e3d7d6572eb8b2e91b9.zip
Allow Qazlalites to displace their own clouds.
Should address some of the residual autoexplore issues.
Diffstat (limited to 'crawl-ref/source/tag-version.h')
-rw-r--r--crawl-ref/source/tag-version.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/tag-version.h b/crawl-ref/source/tag-version.h
index 5cbcf9439c..7719940d42 100644
--- a/crawl-ref/source/tag-version.h
+++ b/crawl-ref/source/tag-version.h
@@ -92,6 +92,7 @@ enum tag_minor_version
TAG_MINOR_STEALTH_RESCALE, // Item properties: rescaled Stealth, removed Hunger.
TAG_MINOR_ATTACK_DESCS, // Added attacks to monster_info.
TAG_MINOR_BRIBE_BRANCH, // Bribe branch tracking
+ TAG_MINOR_CLOUD_OWNER, // Track owners of clouds in map knowledge
#endif
NUM_TAG_MINORS,
TAG_MINOR_VERSION = NUM_TAG_MINORS - 1