summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion-enum.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/religion-enum.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/religion-enum.h')
-rw-r--r--crawl-ref/source/religion-enum.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/religion-enum.h b/crawl-ref/source/religion-enum.h
index 525d8f7265..c0e5ec6fb2 100644
--- a/crawl-ref/source/religion-enum.h
+++ b/crawl-ref/source/religion-enum.h
@@ -11,7 +11,6 @@ enum nemelex_gift_types
{
NEM_GIFT_ESCAPE = 0,
NEM_GIFT_DESTRUCTION,
- NEM_GIFT_DUNGEONS,
NEM_GIFT_SUMMONING,
NEM_GIFT_WONDERS,
NUM_NEMELEX_GIFT_TYPES,