summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-cast.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-03 13:15:22 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-03 13:15:22 +0000
commit5c43b114a2f8e76a27852e1596e89255dbcaa96a (patch)
tree07a09d993db6ad7864f366136fec197d4bc6f74f /crawl-ref/source/spl-cast.cc
parent64c579b2ffaaff8ff6aa49fac6520218d09ac559 (diff)
downloadcrawl-ref-5c43b114a2f8e76a27852e1596e89255dbcaa96a.tar.gz
crawl-ref-5c43b114a2f8e76a27852e1596e89255dbcaa96a.zip
Fix 1905715: Print "nothing appears to happen" when zapping /digging
without effect, same as for enchantment wands. Fix 1905740: Only list actual spellbooks for memorise prompt. Also: s/memorize/memorise git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3508 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-cast.cc')
-rw-r--r--crawl-ref/source/spl-cast.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-cast.cc b/crawl-ref/source/spl-cast.cc
index a90515e36e..d86ad11afe 100644
--- a/crawl-ref/source/spl-cast.cc
+++ b/crawl-ref/source/spl-cast.cc
@@ -830,7 +830,7 @@ static bool spell_is_uncastable(spell_type spell)
return (true);
}
- // Normally undead can't memorize these spells, so this check is
+ // Normally undead can't memorise these spells, so this check is
// to catch those in Lich form. As such, we allow the Lich form
// to be extended here. -- bwr
if (spell != SPELL_NECROMUTATION