summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tag-version.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-07-26 22:55:35 -0400
committerNeil Moore <neil@s-z.org>2014-07-26 22:55:35 -0400
commit421ad785ff4df1a8811fd9fd3ef56f1ab6d429e9 (patch)
treeaf029e0d02b9a5265f6699234d527506461b31c6 /crawl-ref/source/tag-version.h
parentebbff481bc02d783952a9eebd4f051b95f40f2c5 (diff)
downloadcrawl-ref-421ad785ff4df1a8811fd9fd3ef56f1ab6d429e9.tar.gz
crawl-ref-421ad785ff4df1a8811fd9fd3ef56f1ab6d429e9.zip
Remove base max MP adjustment.
Only the 2 MP tutorial bonus used it; combine that with the max MP decrease from self-restoration and device recharging.
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 8d34fecc06..7bdad2a77c 100644
--- a/crawl-ref/source/tag-version.h
+++ b/crawl-ref/source/tag-version.h
@@ -112,6 +112,7 @@ enum tag_minor_version
TAG_MINOR_MERGE_EW, // Combine enchant weapons scrolls.
TAG_MINOR_WEAPON_PLUSES, // Combine to-hit/to-dam enchantment on weapons.
TAG_MINOR_SAVE_TERRAIN_COLOUR, // Save colour in terrain-change markers.
+ TAG_MINOR_REMOVE_BASE_MP, // Remove base MP bonus.
#endif
NUM_TAG_MINORS,
TAG_MINOR_VERSION = NUM_TAG_MINORS - 1