summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tag-version.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-05-01 11:11:01 +0100
committerChris Campbell <chriscampbell89@gmail.com>2014-05-09 05:30:28 +0100
commit618655495125eecf034a657fa79057517dc326ce (patch)
tree39a77f690c54ed07580b347e6ae5904bcb49fd4e /crawl-ref/source/tag-version.h
parentc4feebf056305ad7265cc2f27934d6e002759622 (diff)
downloadcrawl-ref-618655495125eecf034a657fa79057517dc326ce.tar.gz
crawl-ref-618655495125eecf034a657fa79057517dc326ce.zip
Remove the Sage effect
Since the card was removed and it only remained as a Zotdef effect.
Diffstat (limited to 'crawl-ref/source/tag-version.h')
-rw-r--r--crawl-ref/source/tag-version.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/tag-version.h b/crawl-ref/source/tag-version.h
index 87584b5912..c599463805 100644
--- a/crawl-ref/source/tag-version.h
+++ b/crawl-ref/source/tag-version.h
@@ -94,7 +94,8 @@ enum tag_minor_version
TAG_MINOR_BRIBE_BRANCH, // Bribe branch tracking
TAG_MINOR_CLOUD_OWNER, // Track owners of clouds in map knowledge
TAG_MINOR_NO_DEVICE_HEAL, // Made MUT_NO_DEVICE_HEAL a normal bad mutation.
- TAG_MINOR_DIET_MUT, // Remove carnivore/herbavore muts from random generation.
+ TAG_MINOR_DIET_MUT, // Remove carnivore/herbivore muts from random generation.
+ TAG_MINOR_SAGE_REMOVAL, // Removed the Sage card and status.
#endif
NUM_TAG_MINORS,
TAG_MINOR_VERSION = NUM_TAG_MINORS - 1