summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-11-01 13:07:52 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-11-01 13:07:52 +0100
commit7b62364771eb3f22d0b836a66471de91eed01aa7 (patch)
tree7ae5f2e0cfff6f987b3cb006c6fd538feca4c530 /crawl-ref/source/spl-book.cc
parent074ac2fdc1421cb51432e2e71ab615f2834914a9 (diff)
downloadcrawl-ref-7b62364771eb3f22d0b836a66471de91eed01aa7.tar.gz
crawl-ref-7b62364771eb3f22d0b836a66471de91eed01aa7.zip
Dj: allow using Death's Door.
The spell is notably worse than for other races, but here you go.
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 3395bf11b8..1c149c3b85 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -575,7 +575,6 @@ bool you_cannot_memorise(spell_type spell, bool &form)
if (you.species == SP_DJINNI
&& (spell == SPELL_ICE_FORM
|| spell == SPELL_OZOCUBUS_ARMOUR
- || spell == SPELL_DEATHS_DOOR
|| spell == SPELL_LEDAS_LIQUEFACTION))
{
rc = true, form = false;