summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/book-data.h
diff options
context:
space:
mode:
authorChris Campbell <chriscampbell89@gmail.com>2014-02-14 17:54:27 +0000
committerChris Campbell <chriscampbell89@gmail.com>2014-02-14 17:54:27 +0000
commitb862381d69a9a7ecda98d3f682bba4cd0ca11a9a (patch)
treec25b95dad75c73109ef1983fd3271e8a2121800a /crawl-ref/source/book-data.h
parent8340939a0e0c9acec3a5e5391b1891b2685b04cb (diff)
downloadcrawl-ref-b862381d69a9a7ecda98d3f682bba4cd0ca11a9a.tar.gz
crawl-ref-b862381d69a9a7ecda98d3f682bba4cd0ca11a9a.zip
Remove the Dig spell
Allowing cheap, infinite digging out of combat is problematic, and with Felids now able to use wands it's possible for them to dig in places where they really need to for whatever reason, without needing the spell to still exist.
Diffstat (limited to 'crawl-ref/source/book-data.h')
-rw-r--r--crawl-ref/source/book-data.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/book-data.h b/crawl-ref/source/book-data.h
index a27227f492..e9d6027bbb 100644
--- a/crawl-ref/source/book-data.h
+++ b/crawl-ref/source/book-data.h
@@ -320,14 +320,14 @@
},
{ // Book of Earth
- SPELL_DIG,
SPELL_LEDAS_LIQUEFACTION,
SPELL_BOLT_OF_MAGMA,
SPELL_STATUE_FORM,
SPELL_IRON_SHOT,
SPELL_SHATTER,
SPELL_NO_SPELL,
- SPELL_NO_SPELL
+ SPELL_NO_SPELL,
+ SPELL_NO_SPELL,
},
{ // Book of Wizardry
@@ -378,7 +378,7 @@
{ // Book of Stalking
SPELL_PASSWALL,
SPELL_PETRIFY,
- SPELL_DIG,
+ SPELL_NO_SPELL,
SPELL_NO_SPELL,
SPELL_NO_SPELL,
SPELL_NO_SPELL,