summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tag-version.h
diff options
context:
space:
mode:
authorPete Hurst <pete@streamuniverse.tv>2013-05-29 23:04:28 +0100
committerPete Hurst <pete@streamuniverse.tv>2013-06-21 18:26:13 +0100
commitbdcc6e9685841be4a29bafd2271c0a9ed4a500a1 (patch)
tree974bd409b2cf779c35ef6f0d4388f1434ea77934 /crawl-ref/source/tag-version.h
parent3052883e0ec7a05b1ab74042691db6cd4eac6595 (diff)
downloadcrawl-ref-bdcc6e9685841be4a29bafd2271c0a9ed4a500a1.tar.gz
crawl-ref-bdcc6e9685841be4a29bafd2271c0a9ed4a500a1.zip
Migrate existing Boxes of Beasts with some charges
Otherwise they would expire immediately on first use.
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 8cec740b47..fee738bb60 100644
--- a/crawl-ref/source/tag-version.h
+++ b/crawl-ref/source/tag-version.h
@@ -48,6 +48,7 @@ enum tag_minor_version
TAG_MINOR_AUTOMATIC_MANUALS, // Manuals are now always studied
TAG_MINOR_RM_GARGOYLE_DR, // Gargoyle DR is redundant.
TAG_MINOR_STAT_ZERO, // Stat zero doesn't cause death.
+ TAG_MINOR_BOX_OF_BEASTS_CHARGES, // Box of Beasts counts its charges.
NUM_TAG_MINORS,
TAG_MINOR_VERSION = NUM_TAG_MINORS - 1
};