From 5c43b114a2f8e76a27852e1596e89255dbcaa96a Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 3 Mar 2008 13:15:22 +0000 Subject: 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 --- crawl-ref/source/spl-cast.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/spl-cast.cc') 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 -- cgit v1.2.3-54-g00ecf