summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tag-version.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-02-22 19:37:43 -0700
committerSteve Melenchuk <smelenchuk@gmail.com>2014-02-27 10:53:32 -0700
commite4bcf1a21e404703ebabf4b7d02777b88a5bcd5c (patch)
tree3471bd2be80e0c461c47dccaf8414a97969517e4 /crawl-ref/source/tag-version.h
parent600e0b529ee429d4b770d9afe36346ccbd9767bd (diff)
downloadcrawl-ref-e4bcf1a21e404703ebabf4b7d02777b88a5bcd5c.tar.gz
crawl-ref-e4bcf1a21e404703ebabf4b7d02777b88a5bcd5c.zip
Merge wand and gadget shops (and allow them to occasionally have rods).
Get all your evokables in once place, folks!
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 7bb8901575..22532f7672 100644
--- a/crawl-ref/source/tag-version.h
+++ b/crawl-ref/source/tag-version.h
@@ -81,6 +81,7 @@ enum tag_minor_version
TAG_MINOR_EVENT_TIMER_FIX, // Correct event timers in transferred games
TAG_MINOR_MONINFO_ENERGY, // Energy usage in monster_info
TAG_MINOR_BOOK_ID, // Track spellbooks you've identified
+ TAG_MINOR_MISC_SHOP_CHANGE, // Wand and gadget shops merged
#endif
NUM_TAG_MINORS,
TAG_MINOR_VERSION = NUM_TAG_MINORS - 1