summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-05-27 20:10:01 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-05-27 20:10:01 -0700
commitbb433b536b22a4110c9627329d9a5aaff11ccd98 (patch)
tree86634ce0469c9de1abf3e44681d3dc4a37d7d092 /crawl-ref/source/spl-book.cc
parent82da913bb1dc22010cf0f47cae656e9f50465dd7 (diff)
downloadcrawl-ref-bb433b536b22a4110c9627329d9a5aaff11ccd98.tar.gz
crawl-ref-bb433b536b22a4110c9627329d9a5aaff11ccd98.zip
Allow felids to memorize Tukima's Dance
Diffstat (limited to 'crawl-ref/source/spl-book.cc')
-rw-r--r--crawl-ref/source/spl-book.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index 897251d521..7d479cbc42 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -559,7 +559,6 @@ bool you_cannot_memorise(spell_type spell, bool &form)
|| spell == SPELL_EXCRUCIATING_WOUNDS
|| spell == SPELL_SURE_BLADE
// could be useful if it didn't require wielding
- || spell == SPELL_TUKIMAS_DANCE
|| spell == SPELL_SPECTRAL_WEAPON))
{
rc = true, form = false;