summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tag-version.h
diff options
context:
space:
mode:
authorwheals <shm.mark@gmail.com>2014-01-24 12:31:59 -0500
committerAdam Borowski <kilobyte@angband.pl>2014-01-27 14:10:52 +0100
commit41b145a6ef686d77476b803599eac9f66adc145d (patch)
tree57c1b5cfa46c940566ba112db0a7967e22600f3e /crawl-ref/source/tag-version.h
parent1b0a30413292505ca6ec914dfe5dbcd3e789a21e (diff)
downloadcrawl-ref-41b145a6ef686d77476b803599eac9f66adc145d.tar.gz
crawl-ref-41b145a6ef686d77476b803599eac9f66adc145d.zip
Remove decks of dungeons from Nemelex's gifting.
Not every deck has to be gifted by Nemelex, and while dungeons did have a coherent flavour it did not have an obvious use, at least compared to the other four. In particular, it was never well differentiated from wonders, and neither were the items that increased its weight vis-a-vis the items that increased wonders'. Trowel, the one memorable thing about the deck, is added to wonders. Dungeons is made more common as a random spawn to compensate for not being a gift. Minor save bump.
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 931e0c69a4..ee0a6dcade 100644
--- a/crawl-ref/source/tag-version.h
+++ b/crawl-ref/source/tag-version.h
@@ -75,6 +75,7 @@ enum tag_minor_version
TAG_MINOR_CLASS_HP_0, // Base class maxhp at 0.
TAG_MINOR_NOISES, // Save incompat recovery wrt ATTR_NOISES.
TAG_MINOR_ABIL_GOD_FIXUP, // Movement of some non-god-specific abils.
+ TAG_MINOR_NEMELEX_DUNGEONS, // Make nemelex not give/track decks of dungeons.
#endif
NUM_TAG_MINORS,
TAG_MINOR_VERSION = NUM_TAG_MINORS - 1