summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-26 23:35:12 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-26 23:35:12 +0000
commit2b5374e59b4e7ebfd61452510091ea761a6da5c9 (patch)
tree48745005ceb05cb0ceead676eff5a51e04ecc521 /crawl-ref/source/acr.cc
parentd58c4046b6ce324b2996a7e64c9147cafb1c8240 (diff)
downloadcrawl-ref-2b5374e59b4e7ebfd61452510091ea761a6da5c9.tar.gz
crawl-ref-2b5374e59b4e7ebfd61452510091ea761a6da5c9.zip
Cut 30 obsoleted spells. (Included in docs/obsolete/cut_spells.txt.)
Breaks saves. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9241 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 853200fcf5..f46e4c33ec 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -4044,9 +4044,9 @@ static void _compile_time_asserts()
COMPILE_CHECK(SK_UNARMED_COMBAT == 19 , c1);
COMPILE_CHECK(SK_EVOCATIONS == 39 , c2);
COMPILE_CHECK(SP_VAMPIRE == 33 , c3);
- COMPILE_CHECK(SPELL_BOLT_OF_MAGMA == 19 , c4);
- COMPILE_CHECK(SPELL_POISON_ARROW == 94 , c5);
- COMPILE_CHECK(NUM_SPELLS == 229 , c6);
+ COMPILE_CHECK(SPELL_DEBUGGING_RAY == 107 , c4);
+ COMPILE_CHECK(SPELL_PETRIFY == 160 , c5);
+ COMPILE_CHECK(NUM_SPELLS == 198 , c6);
//jmf: NEW ASSERTS: we ought to do a *lot* of these
COMPILE_CHECK(NUM_JOBS < JOB_UNKNOWN , c7);