summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
authorldierk <lothar.dierkes@googlemail.com>2012-02-21 11:07:58 +0100
committerChris Campbell <chriscampbell89@gmail.com>2012-04-03 17:42:47 +0100
commit2746758bcaa05d6c8177d0559c806ab6bd71d646 (patch)
tree0b04dfe3fad66d5ef225dd54ead184fe1e214235 /crawl-ref/source/defines.h
parentc610c3b941bdd8214a83c814cb7412b34e3b5940 (diff)
downloadcrawl-ref-2746758bcaa05d6c8177d0559c806ab6bd71d646.tar.gz
crawl-ref-2746758bcaa05d6c8177d0559c806ab6bd71d646.zip
vehumet implemented with a duration and a slightly better spell choosing algorithm. still no saving, and a lot of other // TODO: 's
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index 5c736fde21..07805c3e0f 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -205,6 +205,7 @@ const int MAX_SEC_ENCHANT = 2;
#define POWER_DECAY 50
const int MAX_KNOWN_SPELLS = 21;
+const int MAX_RECENT_SPELLS = 10;
const int INVALID_ABSDEPTH = -1000;