summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
authorelliptic <hyperelliptical@gmail.com>2013-02-17 17:44:06 -0500
committerelliptic <hyperelliptical@gmail.com>2013-02-17 18:04:52 -0500
commit5bd2b1682e5e8ddcc7f27c13efd90a9d3e09c13e (patch)
tree185f9e80b0a3794b6de0086b03301beb0d8a2f2a /crawl-ref/source/defines.h
parent2043ff63932f8fcedda450bcab6cb4eb2f05e6c9 (diff)
downloadcrawl-ref-5bd2b1682e5e8ddcc7f27c13efd90a9d3e09c13e.tar.gz
crawl-ref-5bd2b1682e5e8ddcc7f27c13efd90a9d3e09c13e.zip
Vehumet spell gifting changes.
Now no L8/9 spells are gifted for the first 12 gifts, and then the final three spells are gifted at the same time and are all L8/9. This addresses issues with being "forced" to memorize L8/9 spells when they are quite uncastable, since the final spells offered never time out. In addition, this should make the final gift feel more special than it did. Also, gift timing was tweaked a little and gifts try harder not to repeat earlier gifts now. The part of this commit enabling multigifting was partially written by elliott.
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index 8bf34d1937..973a0c5a78 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -204,7 +204,6 @@ const int MAX_SEC_ENCHANT = 2;
#define POWER_DECAY 50
const int MAX_KNOWN_SPELLS = 21;
-const unsigned int MAX_RECENT_SPELLS = 2;
const int INVALID_ABSDEPTH = -1000;