summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2013-01-18 14:50:31 -0500
committerelliptic <hyperelliptical@gmail.com>2013-01-18 14:50:31 -0500
commiteb7c2cd37a0633f5d4fa4522b1b15d967bc79fa0 (patch)
treeb846f0c8b991c7b3543ef2b02a0e6049f2afd618 /crawl-ref/source/defines.h
parent64dcaf09aa0e019841c0920530b95fceee307c85 (diff)
downloadcrawl-ref-eb7c2cd37a0633f5d4fa4522b1b15d967bc79fa0.tar.gz
crawl-ref-eb7c2cd37a0633f5d4fa4522b1b15d967bc79fa0.zip
Let Vehumet spell offerings repeat closer together.
This way if you reject a spell because you don't have the slots, you have at least some chance of being offered it again.
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index 4aa42a9a02..447935bd59 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -204,7 +204,7 @@ const int MAX_SEC_ENCHANT = 2;
#define POWER_DECAY 50
const int MAX_KNOWN_SPELLS = 21;
-const unsigned int MAX_RECENT_SPELLS = 10;
+const unsigned int MAX_RECENT_SPELLS = 2;
const int INVALID_ABSDEPTH = -1000;